body{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    overflow: hidden;
    position: relative;
    background-image: url('Background.png');
    background-size: cover;
}

.video-screen{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.630);
    width: 100vw;
    height: 100vh;
    top: -43px;
    left: 0;
}

video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.btn{
    background-color: #E5BA63;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    width: 200px;
    padding: 10px 35px 10px 35px;
    border: 1px solid black;
}

.btn--fermer{
    position: absolute;
    top: 325%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    padding: 10px 35px 10px 35px;
    z-index: 1;
}

.btn:hover{
    cursor: pointer;
    background-color: #c98f1c;
}

#tuto{
    background-color: #420F10;
    color: white;
}

#tuto:hover{
    background-color: #682021;
}

h1{
    color: white;
    text-align: center;
    font-size: 4rem;
}

.btn-wrapper{
    display: flex;
    flex-flow: row;
    gap: 2rem;
    justify-content: center;
}

a{
    text-decoration: none;
}

a:visited{
    color: unset;
}

img{
    position: absolute;
    height: 250%;
}

.ponito{
    left: 35%;
    top: 135%;
}

.kohana{
    right: 25%;
    top: 135%;
}