body {
    background-color: #eeb05b;
    font-family: Arial, sans-serif;
    max-width: 900px;
    width: 90%;
    text-align: center;
    margin: 110px auto;
}


h1 {
    font-size: 95px;
    margin-bottom: 60px;
    /*Font spécial google*/
    font-family: "Kablammo", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "MORF" 0;
}

.font{
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
}
h2 {
    font-size: 49px;
    text-align: left;
    margin-top: 60px;
}

p {
    line-height: 1.6;
    font-size: 22px;
    text-align: left;
}

footer {
    font-size: 16px;
}