h1{
    font-family:  "Imbue", serif;
    font-size: 80px;
    font-weight: 700;
    color: #000;
}
section{
    text-align: center;
}
p{
    font-family:  "Imbue", serif;
    font-size: 35px;
    font-weight: 400;
    color: #000;
    margin-block: 30px ;
}
button{
    padding: 30px 70px;
    background-color: blue;
    color: white;
}
button:hover{
    background-color: #008000;
}