body{
    background-color: rgb(164, 98, 98);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}

h1{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: aliceblue;
}

label{
    color: aliceblue;
    font-size: 20px;
}

legend{
    color: aliceblue;
}

p{
    color: aliceblue;
}