body {
    background-color: black;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#rotate {
    display: none;
    position: fixed;
    background-color: black;
    z-index: 999;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#rotate > svg {
    display: block;
    fill: white;
    width: 33%;
    height: 33%;
}

@font-face {
    font-family: 'bariol_boldbold';
    src: local('Bariol Bold'), url('../assets/fonts/bariol_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

#screenshot-container {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

#close-button {
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 5%;
    cursor: pointer;
}

#screenshot {
    max-width: 85%;
    max-height: 60%;
}

#screenshot-hint {
    font-family: "Bariol Bold", "Bariol", Verdana, sans-serif;
    font-size: large;
    color: white;
    position: absolute;
    bottom: 40px;
    width: 80%;
    text-align: center;
}
