h1 {
    font-size: 2em;
    font-family: 'Alata', sans-serif;
    text-align: center;
}

button {
     border-style: ridge;
     text-align: center;
     margin: 0 auto;
     padding: 10px 20px;
     border-radius: 10px;
     background-color: #ff0000;
     color: white;
     font-size: 16px;
     cursor: pointer;
     border: none;
    text-align: center;
 }


p {
    font-family: 'Alata', sans-serif;
    font-size: 1em;
    color: #ff0000;
    text-align: center;
}

