body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 10px;
    background-color: #fae5e5;
}

h1 {
    font-family:'Trebuchet MS', 'Lucida Sans unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    color: #ff0000;
}

h2 {
    color: #000000;
}

label {
    font-size: 18px;
}

a {
    background-color: #5862f0;
    color: white;
    padding: 12px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}