@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

body {
    background-color:rgb(194, 147, 101);
    color:#3d1a10; 
    font-family: "Pirata One", system-ui;
    text-align: center;
    background-image: url("images/fond.jpg.avif");
    background-size: cover;

}       
p {
    font-size: 20px;
}

a {
    color: #3d1a10; 
    text-decoration: none;

}

a:hover {
    color:rgb(162, 6, 6)
}
    

ul {
    list-style-type: none;
  padding: 0%;
}

