html, body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    color: #D7D7D7;
}

h1, h2 { margin: 0;}
h1 { font-size: 2.8em; font-weight: 500;}
h2 { font-size: 2em; font-weight: 500;}
p { font-weight: 400;}

.container {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#renderCanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    touch-action: none;
}

.info-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.info {
    text-align: center;
    margin: auto;
    padding: 10%;
    max-width: 630px;
}

.info div { margin-bottom: 50px; }
.info div p { margin: 0; }
.info .about p { margin-bottom: 10px;}
.info .credits a { text-decoration: none; color: #d7d7d7;}
.info .credits a:hover { text-decoration: none; color: #777;}

.icons { position: absolute; margin: 0px; width: 100%; height: 30px;}
.icons .left-icon {
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icons .left-icon img { height: 30px;}
.icons .left-icon img:hover + p {visibility: visible;}
.icons .left-icon p { margin: 0 10px; visibility: hidden;}

.icons .right-icon {position: absolute; right: 5px; top: 5px;}
.icons .right-icon img {height: 30px;}
.icons .right-icon img:hover {cursor: pointer;}

.underline { 
    text-decoration: underline;
    text-decoration-thickness: 0.13em;
    text-underline-offset: 0.04em;
    text-decoration-color: rgb(34, 34, 34);
}

/* smaller screens */
@media screen and (max-width: 900px) {
    h1 {font-size: 2em;}
    h2 {font-size: 1.8em;}
 }

/* font */
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('type/NeueHaasGrotesk/NeueHaasDisplay-Mediu.eot');
    src: local('Neue Haas Grotesk Display Pro 65 Medium'), local('type/NeueHaasGrotesk/NeueHaasDisplay-Mediu'),
        url('type/NeueHaasGrotesk/NeueHaasDisplay-Mediu.eot?#iefix') format('embedded-opentype'),
        url('type/NeueHaasGrotesk/NeueHaasDisplay-Mediu.woff') format('woff'),
        url('type/NeueHaasGrotesk/NeueHaasDisplay-Mediu.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('type/NeueHaasGrotesk/NeueHaasDisplay-Roman.eot');
    src: local('Neue Haas Grotesk Display Pro 55 Roman'), local('type/NeueHaasGrotesk/NeueHaasDisplay-Roman'),
        url('type/NeueHaasGrotesk/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
        url('type/NeueHaasGrotesk/NeueHaasDisplay-Roman.woff') format('woff'),
        url('type/NeueHaasGrotesk/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}