p {
    font-size: 1.2em;
    color: rgb(235, 160, 206);
    text-align: center;
}
img {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
}

h1 {
    text-align: center;
    color: rgb(255, 170, 212);
    font-family: Arial, sans-serif;
}

body {
    background-image: url("fond ecran.jpeg");
    background-size: cover;
}