/* Gregory Ecklund */
/* December 2022 */

body {
    background-color: lightyellow;
    font-size: 24px;
}

div {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
}

/* Back Button */
.backbutton {
    float: right;
    width: 8%;
}
.backbutton > img {
    width: 100%;
}