body {
    background-color: #fcfcfc;
    color: #333;
    font-size: 125%;
    line-height: 1.5;
    margin-right: auto;
    margin-left: auto;
    max-width: inherit;
    padding-right: 10px;
    padding-left: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.content {
    margin-bottom: 2rem;
}

a {
    text-decoration: none !important;
    color: red;
}

main{
    margin: 0 200px;
}

.thumbnail {
    max-width: 360x;
    max-height: 500px;
}

.footer {
    position: sticky;
    bottom: 0;
    width: auto;
    background-color: #2365dc;
    color: white;
    text-align: center;
}

.fourContainer {
    display: flexbox;
    width: 100%;
    background-image: url('https://media3.giphy.com/media/8L0Pky6C83SzkzU55a/giphy.gif?cid=ecf05e474gv4iu1hvq59gv1v3etfoz17kg9c775154k5wq96&rid=giphy.gif&ct=g') no-repeat center top;
    padding: 2rem;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.backbutton {
    background-color: #fcfcfc;
    border:#2365dc;
    box-shadow: #333;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
    max-width: 50px;
    max-height: fit-content;
    padding: 15px 15px 15px 15px;
}