@font-face {font-family: atolcost; src: url(font/MuseoModerno-Regular.ttf);}

main{
    /* background: linear-gradient(180deg, #440079 28.13%, #3500CB 100%); */
    background-image: url(/images/pays/test\ aurore.png);
    background-repeat:space;
    background-size: 100%;
}

#pays{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #485c6e 100%), url(/images/pays/aurore.png);
    background-repeat: no-repeat;
    background-size: cover;
}

h1{
    font-family: atolcost;
}

h2{
    font-family: atolcost;
}

h4{
    font-size: 1.8rem;
}

.infos{
    background-color: rgba(27, 46, 109, 0.76);
}

#con1{
    border: 0.15rem solid rgb(121, 12, 8);
}

#con2{
    border: 0.15rem solid rgb(53, 52, 51);
}

#corps{
    background: #485c6e;
}


#nation{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0rem;
}

#nation img{
    width: 100%;
    height: 100%;
    border-radius: 10%;
}