@font-face {
    font-family: 'Hey Haters';
    src: url('/fonts/Hey-Haters.ttf') format('truetype');
}

body {
    font-family: sans-serif;
    font-size: 11px;
    background-color: #000;
    margin: 0px;
}

canvas {
    display: block;
}

.pages-gradient {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(254, 173, 139) 30%, rgb(255, 86, 66) 100%);
    opacity: 0.2;
    pointer-events: none;
}

#logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    display: block;
    padding-top: 50px;
    max-height: 120px;
}

#canvas-container {
    position: fixed;
}

#loading-screen {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    background: black;
}

#loading-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;    
    width: 100px;
}

/* Place at the bottom center of the window */
#hints {
    font-size: xx-large;
    position: fixed;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    color: white;
    pointer-events: none;
    font-family: 'Hey Haters';
    opacity: 0.5;
}
/* Place at the bottom center of the window */
#description {
    font-size: xx-large; 
    text-align: center;
    color: white;
    font-family: 'Hey Haters';
    opacity: 0.5;
}

.description-wrapper {    
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    color: white;
    border-radius: 10px;
    width: 50%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100%;
}

.panels-container {
    height: 100%;
}