@import url("https://fonts.googleapis.com/css2?family=Borel&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");:root{--sun-yellow:#FFE97B;--yellow-shadow:#C0B36F;--mint:#97D8C4;--mint-shadow:#6DAE9A;--white:#f7f7f7;--light-gray:#e6e6e6;--gray:#989898;--dark-gray:#696969;--black:#000000;--red:#d72727;--red-shadow:#8e2020}body{font-family:Inter,cursive;margin:0;padding:0;background-color:#f7f7f7;width:100%}h1,h2,h3,h4,h5,h6{font-family:Borel,cursive;margin:0;padding:0}img{width:auto;height:auto}nav{display:flex;justify-content:space-between;align-items:center}nav a{display:block;width:4vw;margin:0 1vw}nav a img{width:100%}@media screen and (orientation:portrait){nav{width:100%;justify-content:space-evenly}nav a{width:15%;margin:0}}header{box-sizing:border-box;padding:1% 2% 0;width:100%;background-color:var(--mint);display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 0 0 var(--mint-shadow);margin-bottom:8px}header img{width:25%}@media screen and (orientation:portrait){header{flex-direction:column;justify-content:center}header img{width:100%}header>a{display:block;width:50%}}footer{min-height:5vh;display:flex;justify-content:center;align-items:center;margin:2% auto 0;width:80%;border-top:1px solid var(--dark-gray)}footer a{color:var(--black)}