header {
    text-align: center;
    font-size: 500%;
    font-family: 'Times New Roman', Times, serif;
}

.mainbody {
    background-color: rgb(66, 129, 29);
}

.headimage {
    position: absolute;
    width: 300px;
    height: 300px;
}

.catimage {
    position: absolute;
    width: 350px;
    height: 250px;
    right: 300px;
    top: 20%;
}

.septbody {
    background-color: blanchedalmond;

}

.octbody {
    background-color: aliceblue;
}

.newsletterimages {

    margin-left: 10%;
    width: 80%;

}

.backbutton {
    color: black;
    text-decoration-color: black;
    font-size: x-large;
    background-color: rgb(197, 220, 120);
    border: 5px;
    border-color: brown;
}