body {
    background-color: darkolivegreen;
}

#container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    padding: 0;
}

h1 {
    font-size: 7vw;
    margin: 0;
}

h2 {
    font-size: 3vw;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: wheat;
    margin: 0;
}
