@import url('https://fonts.googleapis.com/css2?family=Anton&family=Prompt:ital@1&family=Unbounded:wght@500&display=swap');
body{
    background-color: rgb(233, 203, 37);
}
h1{
    font-family: 'Anton', sans-serif;
    text-align: center;
}
h2{
    text-align: center;
    font-family: 'Prompt', sans-serif;
}
#carte{
    background-color: brown;
    color: white;
    margin-left: 25%;
    max-width: 50%;
    border-left: 30px;
    border-right: 30px;
    border-bottom: 30px;
    border-style: solid;
    border-color: brown;
    border-radius: 10px;
}
p{

    text-align: justify;
    font-family:'Unbounded', cursive ;
    line-height: 30px;
}
#bouf{
    height: 300px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
#maps{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.img{
    max-height: 100px;
    transition: 0.2s;
    border-radius: 7%;
    border-width: 0.5em;
    border-style: solid;
    border-color: brown;
}
#img{
    text-align: center;
}
.img:hover{
    max-height: 150px;
}
ol{
    margin-left: 30%;
    font-family: 'Unbounded', cursive;
    max-width: 700px;
    background-color: brown;
    color: white;
    border-width: 10px;
    border-style: solid;
    border-color: brown;
    border-radius: 10px;
}
li{
    margin-bottom: 20px;
}
