body {
    background-color: aquamarine;
    color: beige;
    font-size: 20px;
}

.center {
    text-align: center;

}

.userInput {
    width: 25.25%;
    padding: 12px 20px;
    margin: 20px 0;
    box-sizing: border-box;
    box-shadow: 10px 5px 5px aquamarine;
}

.instructions {
    background-color: brown;
    padding: 2%;
}

.footer {
    color:black;
    font-weight: bold;
}

.quote {
    font-style: italic;
    font-family:'Papyrus' fantasy;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    font-weight: normal;
}

.math {
    font-size: 40px;
    font-family: Latin Modern Math;
}