@import url('https://fonts.googleapis.com/css2?family=Amarna:ital,wght@0,100..700;1,100..700&display=swap');

body {
    background-color: rgb(181, 240, 241);
    color: rgb(253, 253, 253);
    font-family: "Amarna", sans-serif;
    background-image: url("images/mer.avif");
    background-size: cover;
}

p {
    font-size: 20px;
}

h1 {
    color: papayawhip;
}

a {
    color: papayawhip;
    text-decoration: none;
}

a:hover {
    color: #f9f9fc
}

ul {
    list-style-type: square;
}

.recommencer {
    color: lemonchiffon
}