* {
    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: 100px;
    text-transform: uppercase;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F37D20;
}

.content p {
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #F22893;
}

@media (max-width: 640px) {
    .content {
        text-align: center;
        vertical-align: middle;
        margin-top: 45%;
    }

    .content h1 {
        font-size: 35px;
    }
}