*{
    margin: 0px 0px 0px 0px;
}

body{
    height: 100%;
    width: 100%;
}

#gauche{
    background-color: #FF0000;
    background-image: url('https://cdn.discordapp.com/attachments/619120054965108749/1095337710052446258/E0AB7BFD-9C74-4640-90AE-B88803A68FF8.JPG');
    background-size: 100% 100%;
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
}

ul{
    margin: 20% 25% 0px;
    font: small-caps bold 19px "sans serif";
}
li{
    cursor: pointer;
    padding: 4% 0% 4%
}

#gauche p{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

h1{
    text-align: center;
}

#droite{
    background-color: #000FFF;
    background-image: url('https://cdn.discordapp.com/attachments/619120054965108749/1095336224203485244/IMG_3041.JPG');
/*    background-image: url('https://media.discordapp.net/attachments/456149873507565568/585316940193595392/image0_2.gif');*/
    background-size: 100% 100%;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    left: 20%;
}

.rotate
{
    position: absolute; top: 30%; left: 28%; height: 10px;  width: 10px; background-color: #000000;
    transition: all 0.2s;
}

.rotate:hover
{
    box-sizing: content-box;
    border: solid #000000 0px;
    background-image: url('https://media.tenor.com/NjVCrYHhUPIAAAAM/pmmm-sayaka.gif');
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: rotate(2880deg);
}
