.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: #141516;
}

#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;
    filter: drop-shadow(0px 0px 10px white);
}

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