html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    background: #101014;
    background-size: cover;
    color: #525254;
    font-family: "Gotham-light","Verdana","Arial",sans-serif;
    letter-spacing: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-size: 1em;
    overflow: hidden;
}

#bg {
    position: fixed;
    inset: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 0;
    background: #101014;
    pointer-events: none;
}

#info{
    position: absolute;
    left: 33.3%;
    top: 33.3%;
    height: 33.3%;
    width: 33.3%;
    z-index: 3;
    text-align: center;
    color: white;
    font-size: 1.3em;
}

#infoBG{
    float: left;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    border-radius: 20px;
}

#infoInner{
    position: absolute;
    width: 100%;
    height: 100%;
}

h1{
    font-size: 1.7em;
}

a{
    color: white;
}

a:hover{
    text-decoration: underline;
}
