body {
    background-color: #b3bfa9;
}

h1 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

h3, p {
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.divv {
    width: 80%;
    left: 10%;
    position: absolute;
    top: 20%;
}

img {
    width: 30%;
    margin-left: 35%;
}

p {
    line-height: 30px;
}

@media only screen and (max-width: 600px) {
    img {
        width: 50%;
        margin-left: 25%;
    }

    .divv {
        top: 20%;
    }
}

