body{
     color: #A65221;
     margin: 40px;
     font-family: "marine", sans-serif;
     font-weight: 700;
     font-style: normal;
     font-size: 20px;
     background-color: #D9B6A3;
     font-size: clamp(1.0625rem, 0.875rem + 0.6vw, 1.25rem);
     
}
h1{
    color: #BF8580;
    font-family: "marine", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    font-size: clamp(1.5rem, 0.375rem + 3.6vw, 2.625rem);
    
}

div{
    margin-bottom: 40px;
}

.phrase{
    width: 100%;
    height: 50%;
    border-radius: 20px;
    background-color: #BF8580;
    text-align: center;
    
}

.numero{
    color: #947268;
}