@font-face{font-family: navigation; src: url(font/InknutAntiqua-SemiBold.ttf);}
@font-face {font-family: texte;src: url(font/InriaSans-Regular.ttf);}

main{
    background: linear-gradient(180deg, rgba(82, 219, 60, 0.3) 0%, rgba(255, 200, 57, 0.3) 32.29%, rgba(165, 60, 202, 0.3) 61.98%, rgba(151, 71, 204, 0.3) 65.62%, rgba(40, 154, 218, 0.3) 93.75%), #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
}

#retour{
    margin-top: 3rem;
    margin-bottom: 1rem;
    display: flex;
    width: 70%;
    justify-content: space-between;
}

#test{width: 3rem;}

#retour img{width: 3rem;}

main h1{
    font-size: 3rem;
    font-family: navigation;
    
}

#videos{
    background-color: aqua;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 100%);
    border: 3px solid #FFFFFF;
    padding-bottom: 2rem;
}

#videos video{
    width: 80%;
    margin-bottom: 4rem;
    border: 1px solid black;
}

main h2{
    margin-top: 2rem;
    font-size: 2rem;
    font-family: texte;
    margin-bottom: 1rem;
    font-weight: bold;
}