body {
    background-color: chocolate;
}

main {
    max-width: 800px;
    margin: auto;
    background-color: white;
    border-radius: 10px;
}

h1 {
    padding-top: 40px;
}

footer, #intro,
section h2 {
    text-align: center;
}


figure {
    margin: 0;
}

figure img {
    width: 95%;
    height: 222px;
}

.catslove {
    float: left;
    width: 48%;
    padding-left: 4%;
}

.catshate {
    float: right;
    width: 48%;
}

#catform {
    clear: both;
    padding-bottom: 30px;
    padding-top: 20px;
}

form {
    margin-left: 10px;
    margin-right: 10px;
}

#catlists h2,
#catform h2 {
    background-color: chocolate;
    border-left: 10px solid gold;
    border-right: 10px solid gold;
    padding: 5px 0;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .catshate, .catslove {
        width: 100%;
        float: none;
    }
}