html{scroll-behavior:smooth}@keyframes big-move{0%{transform:translateX(50vw)}50%{transform:translate(0)}100%{transform:translateX(-50vw)}}@keyframes move{0%{transform:translateX(400%);opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0;transform:translateX(-400%)}}body{overflow-x:hidden;margin:0}body *{font-family:'high-tower'}body .header{width:100vw;height:100px;box-sizing:border-box;padding:0 10%;display:flex;justify-content:space-between;align-items:center}body .header .heading a{display:flex;align-items:center;gap:5px;color:#bd6565;letter-spacing:0.3rem}body .header .heading a h3{font-style:italic}@media screen and (max-width: 1300px){body .header .heading a h3{display:none}}body .header .options{display:flex;align-items:center;gap:5rem;height:100%}@media screen and (max-width: 900px){body .header .options{display:none}}body .header .options a{color:black;font-size:1.5rem;letter-spacing:0rem;vertical-align:bottom;transition:all ease-in-out 150ms}body .header .options a:hover{color:#bd6565;transform:scale(1.1)}body .header .options .social-icons{display:flex;gap:2rem}body .header .options .social-icons a img{width:auto;height:32px;color:#bd6565}body .header .options .social-icons a:hover{transform:scale(1.1)}@media screen and (min-width: 900px){body .header .buttons{display:none}}body .header .buttons img{cursor:pointer;width:58px;height:auto}body .header .buttons .options{display:none;background-color:white;z-index:100000;height:fit-content;position:absolute;right:3rem;flex-direction:column;justify-content:flex-start;gap:15px;padding:1rem;border-radius:5px}body .header .buttons .options a img{width:32px}body .header .buttons .options .thick-line{width:100%;height:5px;background-color:black}body .footer{height:75px;width:100vw;display:flex;justify-content:space-evenly;align-items:center;background-color:black}@media screen and (max-width: 600px){body .footer{padding:20px 0;height:fit-content;flex-direction:column;gap:20px}}body .footer a{font-style:italic;color:white;font-size:1.25rem}body .footer a:hover{transform:scale(1.1)}
