*{
    background: black;
    font-family:Arial, Helvetica, sans-serif;
    margin: auto;
}

html{
    height: 100%;
    width: 100%;
}

#landing-container{
    margin-top: 40vh;
    margin-bottom: 30vh;
    margin-left: 30%;
    margin-right: 30%;
    width: 40vw;
}

#landing-image{
    width: 300px;
    display: none;
    margin-bottom: 75px;
}

#landing-text{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2vh;
    text-align: center;
    color: white;
    margin-top: 1vh;
    margin-bottom: 2vh;
    margin-left: 10%;
    margin-right: 10%;
    display: none;
}

footer{
    position: fixed;
    bottom: -10px;
    width: 100%;
    background-color:black;
    color: white;
    text-align: right;
    padding-right: 10pt;
    font-size: 11px;
}