body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 10% 15%;
    background-color: antiquewhite;
}

.instructions {
    font-weight: bold;
    font-size: large;
    text-indent: -20px;
}

h1 {
    text-decoration: underline;
    color: green;
}

a {
    color: green;
    text-decoration: none;
}