
@font-face {
    font-family: 'amarante';
    font-weight: 400; 
    src: url('font/Amarante-Regular.woff') format('woff');
}

@font-face {
    font-family: 'epine';
    font-weight: 400;
    src: url('font/essai6.woff') format('woff');
}


body{
    background-color: black;
}

#fond{
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}

#lutin{
    position: absolute;
    z-index: 2;
    top: 125rem;
    left: 211rem;
    height: 136px;
    rotate: 22deg;
    transition: 1s;
}

#lutin:hover{
    top: 120rem;
    left: 215rem;

}

#cailloux{
    position: absolute;
    z-index: 3;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

#texte{
    position: absolute;
    height: 80rem;
    width: 150rem;
    line-height: 0.5;
    z-index: 20;
    top: 10rem;
    left: 5rem;
    color: rgb(0, 0, 0);
    font-family: "epine";
    font-size: 150px;
    padding: 20rem;
    text-align: center;
}

div p{
    font-size: 90px;
}

#play{
    text-decoration: none;
    margin-top: 20px;
    color: black;
    font-size: 70px;
}

#play:hover{
    font-size: 50px;
    color: antiquewhite;
}

