* {
    margin: 0px;
    font-family: "DM Sans", sans-serif;
}

.content {
    text-align: center;
    vertical-align: middle;
    margin-top: 15%;
}

.content img {
    height: 200px;
}

.content h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #22466C;
}

.content p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media (max-width: 640px) {
    .content {
        text-align: center;
        vertical-align: middle;
        margin-top: 45%;
    }

    .content h1 {
        font-size: 35px;
    }
}