@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Playwrite+NZ+Guides&display=swap');

body {
    font-family: "Dancing Script", cursive;
    background-color: #594e7b;
    color: #eb009d;
    text-align: center;
}

p {
    font-size: 20px;
    margin: 20px;
    padding: 20px;
    border: 2px solid #89a5f8;
}

a {
    text-decoration: none;
    color: #bb679f
}

.homme {
    background-image: url("images/homme.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

.recommencer {
    background-color: #f9ebec;
}