@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");*,*::after,*,*::after,*::before{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}@media only screen and (max-width: 62.5em){html{font-size:50%}}@media only screen and (max-width: 30em){html{font-size:40%}}body{padding:0;margin:0;background:#ffe164}.content{width:90vw;display:grid;height:50%;align-items:center;justify-content:center;margin:0 5vw;grid-template-rows:10vw 1fr 10vw;grid-template-columns:auto minmax(0,1fr)}body{font-family:"Montserrat",sans-serif;font-weight:400;line-height:1.7;color:#33363b}p{font-family:"Montserrat",sans-serif;line-height:1.9rem;font-size:1.6rem}h1{margin:0}h2{color:#368cbf;font-size:2rem}h3{font-weight:normal}h4{font-weight:bold;text-transform:uppercase;font-size:1.6rem;line-height:1.2;margin-bottom:0.7rem}.ads{background-color:green;grid-column:2 /4;height:10vw;width:90%;margin:0% 5%}.ads-top{margin-top:4vw}.ads-bottom{margin-bottom:4vw;grid-row:3/4}.sidebar{display:flex;flex-direction:column;background-color:#fff;padding:1.5rem;grid-row:1/4;grid-column:1/2;height:100%;width:25vw;z-index:10;height:100%;transition:all 0.2s ease-in-out}.sidebar__instructions{margin-bottom:2rem;font-size:1.4rem}.sidebar__instructions ul, .sidebar__instructions li{list-style-type:none}.sidebar__close:hover::after{color:#368cbf}.sidebar__close::after{content:'x';margin-left:16vw;font-size:4vw;color:#f6653c}.sidebar__set{display:block;padding:0.5rem;border-radius:8px;font-weight:bold;height:auto;transform:translateY(-0.5rem);text-transform:uppercase;background-color:#7ebc59;color:#fff;margin-top:2rem}.sidebar p{font-weight:bold}.textHide{display:none;visibility:hidden;padding:0}.moveSidebar{display:none;width:0;background-color:#eaeaea}.timer form{width:3rem}.timer__controls{width:100%;height:7rem;display:flex;justify-content:space-evenly;background-color:#ffe164}.timer__button{width:100%;height:100%;background-color:#f6653c;border:1px solid rgba(0, 0, 0, 0.3);color:white;border-bottom:2px solid #33363b 0.7;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:bold}.timer__button:hover{background-color:#dd5b36}.timer__mins{height:100%;width:15vw;font-family:Montserrat,sans-serif;font-size:1.5rem;text-align:center;color:#33363b;border:1px solid rgba(0, 0, 0, 0.3);border-bottom:2px solid #33363b 0.7}.footer{position:fixed;bottom:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#eaeaea;padding:1.5rem 0;height:7rem;background-color:#368cbf}.footer__copyright{text-align:center;line-height:1.5}.footer__copyright p{font-size:1.2rem}#footer a{color:#ffe164}.nav-bar{background-color:#368cbf;color:#eaeaea;display:grid;height:7rem;grid-template-columns:8vw 15vw 55vw minmax(0, 1fr);z-index:5}@media only screen and (max-width: 50em){.nav-bar{grid-template-columns:15vw 55vw minmax(0,1fr)}}.nav-bar__title{font-family:Montserrat,sans-serif;margin-right:auto;align-self:center;font-size:1.6rem}@media only screen and (max-width: 50em){.nav-bar__title{display:none}}@media only screen and (max-width: 37.5em){.nav-bar__title{font-size:1rem}}.nav-bar__title:hover{color:#ffe164}.nav-bar__title-page{display:flex;justify-content:space-between;align-items:center;width:45vw;height:7rem;font-size:2rem;color:#eaeaea;font-weight:bold;margin:auto}@media only screen and (max-width: 50em){.nav-bar__title-page{font-size:1.6rem}}.nav-bar__title-page-deco{height:5rem}@media only screen and (max-width: 37.5em){.nav-bar__title-page-deco{display:none}}.nav-bar__logo{align-self:center;justify-self:center}.nav-bar__logo-img{height:4rem;width:4rem;margin-left:2rem;justify-self:center;fill:#fff}.nav-bar__logo-img:hover{fill:#ffe164}.nav-bar__links{display:flex;justify-content:space-evenly;width:20vw}.nav-bar__link{font-size:1.4rem;align-self:center;color:#eaeaea;font-family:Montserrat,sans-serif;text-decoration:none}.nav-bar__link:hover{color:#ffe164}@media only screen and (max-width: 37.5em){.nav-bar__link.link2,.nav-bar__link.link3{display:none}}.clock1{transform:rotate(-20deg)}.clock2{transform:rotate(20deg)}.display{grid-column:2/-1;height:30vw;background-color:#ffe164;display:flex;align-items:center;justify-content:center;color:#368cbf;z-index:-1;width:90%;margin:0 5%}@media only screen and (max-width: 50em){.display{flex-direction:column;height:auto;margin-top:0}}.display__deco{height:20vw}@media only screen and (max-width: 50em){.display__deco{margin:4rem}}@media only screen and (max-width: 37.5em){.display__deco{height:35vw}}.display__center{width:37vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.display__end-time{font-size:2.3vw;color:#368cbf}@media only screen and (max-width: 37.5em){.display__end-time{font-size:3vw}}.display__time-left{margin:0 7vw;font-size:10vw;text-shadow:3px 3px 3px rgba(0, 0, 0, 0.7)}@media only screen and (max-width: 37.5em){.display__time-left{font-size:18vw}}