html, body {
    margin: 0;
    height: 100%;
}

#container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/CC-Scenic.png);
    z-index: -1000;
    padding: 10px;
}
#text {
    height: 30rem;
    width: 40rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header {
    box-sizing: border-box;
    text-align: center;
}
main {
    text-align: center;
}
footer {
    margin: 0;
}
footer p {
    margin: 0;
}
h1 {
    margin: 10px;
    font-family: 'Orbitron';
}
h2 {
    margin: 0;
}
/* #title h1 {
    font-size: 48px;
    margin: 10px;
    border-bottom: 1px solid white;
}

#title h2 {
    margin: 0
} */