body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}#top_heading{margin:5vh auto;padding:1vh;width:30vw}#top_heading span{animation:wave 2s ease-in-out infinite;display:inline-block}#top_headingspan:first-child{animation-delay:0s}#top_heading span:nth-child(2){animation-delay:.2s}#top_heading span:nth-child(3){animation-delay:.4s}#top_heading span:nth-child(4){animation-delay:.6s}#trash_img{border-radius:50%;margin:1vh}#trash_img,#trash_img img{height:14vh;object-fit:contain;width:14vw}#trash_img img{border-radius:30%}#trash_img img:hover{transform:scale(1.15);transition:transform .2s}#compost_zone,#recycle_zone,#trash_zone{float:left;height:20vh;margin-right:10vw;padding-right:2vw;width:20vw}#drop_zone_1{border-color:#8c5747;height:12vh;width:12vw}#drop_zone_1 img{border-color:#04aa6d;height:10vh;object-fit:contain;width:10vw}#drop_zone_2{border-color:#ed8c76;height:12vh;width:12vw}#drop_zone_2 img{border-color:#c8f0e1;height:10vh;object-fit:contain;width:10vw}#drop_zone_3{border-color:#8c5747;height:12vh;width:12vw}#drop_zone_3 img{border-color:#04aa6d;height:10vh;object-fit:contain;width:10vw}.drop_zones{display:flex;justify-content:center;margin-left:16vw;margin-top:5vh;position:relative}.drop_zones h2{font-size:medium;object-fit:contain}#logout_button{background-color:#04aa6d;border:none;color:#fff;display:inline-block;font-size:16px;margin-left:86%;padding:15px 32px;text-align:center;text-decoration:none}.game{font-size:1rem;height:80vh;margin-left:10vw;margin-top:10vh;text-align:center;width:80vw}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.auth{background-color:#282c34;border:3px solid green;height:50%;margin-left:25%;margin-top:10%;padding:10px;width:50%}#login_button,.auth{color:#fff;font-size:20px;text-align:center}#login_button{border:none;display:inline-block;text-decoration:none}