.container { height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #2f2f2f; color: #dedede; } .cockatoo { font-size: 0.4em; padding-right: 4em; } .contentContainer { max-width: 40vw; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .infoContainer { padding-top: 2rem; display: flex; justify-content: center; font-size: 0.70em; text-align: center; } .infoContainer a { text-decoration: underline; color: white; } .footer { position: absolute; inset: auto 1rem 0.5rem auto; cursor: pointer; color: inherit; text-decoration: none; font-size: 0.8rem; } .footer:hover { color: white; }