#main { height: 100vh; width: 100%; display: flex; flex-direction: column; } #topbar { display: flex; background-color: var(--main-color); justify-content: center; align-items: center; } h1 { text-align: center; margin-top: 0; } #court-container { flex: 1; display: flex; justify-content: center; background-color: var(--main-color); } #court { max-width: 80%; max-height: 80%; }