body {
    background-color: #ffffff;
}

.content {
    max-width: 60%;
    margin: auto;
    text-align: center;
}

h1 {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-size: 60px;
}

p {
    font-family: "Red Hat Text", sans-serif;
}

img {
    max-width: 400px;
}