body { background: rgb(23, 0, 65); background: linear-gradient( 135deg, rgba(23, 0, 65, 1) 0%, rgba(65, 0, 22, 1) 100% ); height: 90%; } html { height: 100%; margin: 0; } #logo-container { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: stretch; align-content: stretch; height: 100%; } #logo { width: 700px; align-self: flex-end; margin: auto 0; } #title { position: absolute; top: 50%; font-family: "Montserrat", sans-serif; color: white; font-size: 3em; margin: 1em; } @media screen and (max-width: 800px) { #title { font-size: 2em; } #logo { width: 80%; } }