.Header{display:flex;align-items:center;justify-content:center;height:60px;width:100%;position:fixed;left:0;top:0;z-index:100;transition:.2s ease}.Header_Black{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.Header_Con{display:flex;align-items:center;justify-content:space-between;height:100%;width:1000px}.Header h1{font-size:25px;color:#fff;width:100px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Header_Black h1{color:#05bade}.Header ul{display:flex;align-items:center;list-style:none;color:#fff}.Header_Black ul{color:#000}.Header ul li{margin:0 20px;font-size:17px}.Header button{height:35px;width:100px;border-radius:20px;border:none;outline:none;font-size:16px;cursor:pointer;color:#fff;background:linear-gradient(#05a3de,#05bade);outline:1px solid #fff}.Header_Icon{color:#fff;margin-left:80px;cursor:pointer}.Header_Black .Header_Icon{color:#000}.Footer{flex-direction:column;justify-content:center;min-height:170px;background-color:#fff;gap:20px 0}.Footer,.Footer_Link_Con{display:flex;align-items:center}.Footer_Link_Con{gap:0 20px}.Footer_Link_Con a{color:#000;text-decoration:underline}.Footer_Con{display:flex;align-items:center;justify-content:space-between;width:1000px;gap:0 20px}.Footer h2{font-size:25px;color:#05bade;width:100px}.Footer p{color:#000}@media screen and (max-width:1100px){.Footer_Con,.Header_Con{width:90%}}@media screen and (max-width:600px){.Header ul{display:none}}