@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); body { font-family: "Noto Sans KR", sans-serif !important; } .a:hover { color: white; } .btn-primary:active { outline: white !important; border-color: white !important; } .card .card-title { color: rgb(109, 110, 109); /* background-color: ; */ } .form-group .form-control { border-radius: 40px; } #formbtn { width: 100%; border-radius: 40px; background-color: rgb(110, 189, 142); border-color: ivory; color: white; } #logpng { width: 25px; height: auto; margin-right: 1em; } #socialLink { padding: 0.5em; margin: 0.5em; height: 2.5em; color: gray; font-size: 10px; width: fit-content; } @media (max-width: 767.98px) { body { padding: 10px; padding-left: 20px; padding-right: 20px; margin: auto; } .container-fluid { max-width: 480px !important; } #stickyy { max-width: 300px; } } @media (min-width: 768px) { body { padding: 30px; padding-left: 50px; padding-right: 50px; margin: auto; } .container-fluid { max-width: 1000px !important; } .container-fluid .row #stickyy { position: sticky !important; position: -webkit-sticky; top: 40px; width: fit-content; height: fit-content; max-width: 240px; } }