body {
    background-color: #FFFAE4;
}

div  {
    width: 80%;
    margin: 256px auto;
}

h1 {
    text-align: center;

    color: #E67930;

    font-size: 50px;
    font-family: "quara-web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    text-align: center;

    color: #DA4C39;

    font-size: 28px;
    font-family: "quara-web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    display: block;
    
    width: 280px;
    height: 60px;

    margin: 0 auto;

    text-align: center; 
    line-height: 60px;
    border-radius: 16px;
    text-decoration: none;

    background: #DA4D39; 
    background: linear-gradient(90deg, #DA4D39 24%, #E67930 76%); 

    color: #FFFAE4;
    font-size: 28px;
    font-family: "quara-web", sans-serif;
    font-weight: 400;
    font-style: normal;
}