body {
    background-color: rgb(237, 233, 227);
    width: 1000px;
    margin: 0 auto;
    font-family: Poppins;
    font-size: small;
    vertical-align: center;

} 

h1 {
    font-size: 54px;
    color: rgb(107, 90, 79);
}

h2 {
    color: rgb(133, 117, 106);
}

.column {
    vertical-align: baseline;
    float: left;
    width: 50%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 100px;
}

.intro {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 200px;
}

.image {
    border-radius: 10%;
    max-height: 250px;
    display: block;
    align-self: center;
    width: 50%
}

p {
    color: rgb(60, 46, 38);
    line-height: 30px;
    vertical-align: center;
}