.container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    height: 60vh;           /* Important: The container needs a height to center within */
    background-color: #070809;
}

#main-site-logo {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    height: 266px;           /* Important: The container needs a height to center within */
    width: auto;
}

.main-text {
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 20px;
    color: #b9b9b9;
}

#footer-copyright {
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 20px;
    color: #b9b9b9;
}
