*{
    box-sizing: border-box;
}
html{
    background-color: rgb(255, 233, 250);}
h3{
   font-family: "cofo-raffine", sans-serif;
font-weight: 400;
font-style: normal;
    font-size:50px;
    color: #000000;
    text-align: center;
}
p{
    text-align: center;
}
h4{
    font-family: "cofo-raffine", sans-serif;
font-weight: 400;
font-style: normal;
    font-size:30px;
    color: #000000;
    text-align: center;
}