html,body{margin:0;padding:0;overflow:hidden}#about-container{text-align:center;font-size:2em;height:100vh;display:flex;justify-content:center;align-items:center}#teams{height:100vh;overflow-y:hidden;position:relative;top:100vh;transition:none}#teams-div{overflow-y:hidden}@media screen and (max-width:570px){#teams{height:none}#copyright{bottom:20px}#about-container{justify-content:flex-start}}@media(max-height:430px) and (orientation:landscape){#about-container{overflow-y:auto;justify-content:flex-start}}