html{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body{
    background-color: rgb(255, 159, 163);
}

h1 {
    text-align: center;
}

#backButton {
    border: 5px solid rgb(255, 57, 74);
    padding: 5px;
    color: black;
    font-size: 20px;
}

#backButton:hover {
    background-color: rgb(255, 142, 142);
}