body{
    background-color: bisque;
}

/* Instructions */
section.instructions p{
    font-size: 15px;
}

section.instructions h5{
    font-weight: bold;
    font-size: 20px;
}

/* footer*/
footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: small;
}