@font-face {
    font-family: Euphorigenic;
    src: url("Euphorigenic.otf") format("opentype");
}

.degraded{
    /*background-image: url("./img/banniere.webp");*/
    /*background-position: center;*/
    background: rgb(128,56,52);
    background: -moz-linear-gradient(0deg, rgba(128,56,52,0.5424763655462185) 0%, rgba(251,184,160,0.6741290266106443) 100%);
    background: -webkit-linear-gradient(0deg, rgba(128,56,52,0.5424763655462185) 0%, rgba(251,184,160,0.6741290266106443) 100%);
    background: linear-gradient(0deg, rgba(128,56,52,0.5424763655462185) 0%, rgba(251,184,160,0.6741290266106443) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#803834",endColorstr="#fbb8a0",GradientType=1);
}

/*#secondSection{*/
/*    background-image: url("./img/fond du fond.webp");*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

.centered {
    width: 75%;
    position: fixed;
    left: 50%;
    margin-left: -37.5%;

}

.custom-font {
    font-family: 'Euphorigenic';
}