
    body {
        background-color: #FAF3E1;
    }
    h1 {
        color: #222222;
        text-align: center;
        font-size: 50px;
    }
    img.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    p {
        font-size: 18px
        color: black
    }

    .container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
