@import url(https://fonts.googleapis.com/css2?family=Sriracha&family=Raleway&display=swap);body{font-family:Raleway;user-select:none}#menu{position:absolute;margin-top:0;left:0;height:100vh;width:100vw;overflow-y:scroll;background-attachment:fixed;background-size:cover;overflow-x:hidden}#menu-heading{position:relative;margin-top:0;left:0;height:50px;font-family:Raleway;width:100vw;background-color:#40e887;font-size:30px;line-height:50px;text-align:center;right:10%;font-weight:900}@keyframes glassAnim{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}#white-bg{position:absolute;left:0;top:10px;width:40px;height:10px;background-color:#fff;z-index:1000;transition:1s}#home{right:28%;top:68%;display:none}div#close{position:fixed;right:5%;top:19%;font-size:30px;font-weight:800;z-index:99999999}@media (min-width:320px) and (max-width:768px){#home{right:28%;top:85%;background-color:rgb(244,68,56,.8);font-weight:900}#menu{left:-20%}}