body{
    font-family: "Supreme";
    font-size: 16px;
}
img{
    max-width: 100%;
    box-shadow: 5px 5px 13px 2px rgba(0,0,0,0.20);
    border-radius: 10px;
    object-fit: cover;
}
.angkor{
    font-family: "Angkor", serif;
    font-size: 50px;
}
.menu__titre{
    margin-top: 50px;
}
.btncredits{
   background-color: #1E0051;
   padding: 11px 13px 11px 13px;
   border-radius: 50px;
   box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
   transition: 0.3s ease;
}
.btncredits:hover{
   background-color: #4303b2;
}
.maincredits{
    margin-inline: 40px;
}
.milieu{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 1024px) {
    .btncredits{
        padding: 19px;
    }
    .section1{
        display: flex;
        gap: 50px;
    }
    .section2{
        display: flex;
        gap: 50px;
    }
    .angkor{
    font-family: "Angkor", serif;
    font-size: 90px;
    }
    body{
    font-size: 20px;
}
}
p{
    margin-top: 32px;
    margin-bottom: 8px;
}
figcaption{
    font-size: 11px;
}
.links{
    color: black;
    text-decoration: underline;
    text-underline-offset: 16%;
    transition: 0.3s ease;
}
.links:hover{
    color: #5402e0;
}
footer{
    padding: 15px;
}
.smalltext{
    font-size: 16px;
}
.btnfin{
   padding: 10px 50px 10px 50px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    transition: 0.2s ease;
    color: black;
    border-radius: 20px;
    white-space: nowrap;
}
.btnfin:hover{
    background-color: black;
    color: white;
}
.btnend{
    display: flex;
    justify-content: space-around;
}