p {
    color: rgb(255, 0, 0);
    font-family: 'Alata', sans-serif;
}

h1 {
    color: red;
    font-family: 'Alata', sans-serif;
    font-size: 1.5em;
}

body {
    text-align: center; /* Centers all text */
    font-family: 'Alata', sans-serif;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
}


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;
}
