body {
background-color: rgb(255, 217, 0);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: rgb(0, 0, 0);
}
a {
color: rgb(255, 123, 0);
}
footer {
background-color: rgb(255, 217, 0);
}
textarea#jot-notes{
    min-width: 300px;
    min-height: 200px;
    resize: both;
}
button {
    background-color: rgb(255, 174, 0);
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    display: block;
}