body {
    background-image: url('../images/poster_2022-12-27-045129.png');
}

.content {
    text-align: center;
    max-width: 700px;
    margin: 2rem auto 5rem;
}

.content h1 {
    color: #171981;
    font-size: 4rem;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.content p {
    font-size: 1.75rem;
    margin: 2rem 0;
    text-align: center;
}

@media (max-width: 768px) {
    .content {
        margin: 2rem .5rem 3rem;
    }
    .content h1 {
        font-size: 2rem;
    }
    .content p {
        font-size: 1rem;
        margin: 1rem 0;
    }
}