body{

    background-color:hotpink;
    margin: 60px;

}

h1{
    font-family: "Rasa", serif;
    font-weight: 700;
    font-size: 60px;

    margin-bottom: 60px;

    color: rgb(172, 12, 87);
    font-size: clamp(1rem, -2.4375rem + 11vw, 3.75rem);
}

p{
    font-family: "Mulish", serif;
    font-weight: 500;
    font-size: 18px;

    margin-bottom: 36px;
    font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
}

p.phrase{

    background-color: white;
    border-radius: 15px;
    padding: 20px;
}

.numero{

    font-family: "Rasa", serif;
    font-weight: 700;
    font-size: 23px;
    font-size: clamp(1rem, 0.4531rem + 1.75vw, 1.4375rem);

    color: rgb(172, 12, 87)
}



