body{
    position: absolute;
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 101%;
    overflow: hidden;
}

html {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #77716A;

}

#loader{
    background-image: url('../assets/loading.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height:101px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -50px;

}
#container{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 1s;
}

.vignette {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    pointer-events:none;
}

.footer{
    position: absolute;
    bottom: 15px;
    left: 10px;

}

.footer a{
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    font-weight: 100;
    opacity: 0.5;
    font-size: 10px;
}