h1 {
    font-size: 40pt;
    margin-bottom: 70px;
}
.content p {
    text-align: center;
    font-size: 15pt;
    line-height: 24px;
}
.content p a {
    color: white;
}

@media (max-width: 768px) {
    p {
        font-size: 13pt;
        line-height: 21px;
    }
    h1 {
        font-size: 25pt;
        margin-bottom: 30px;
    }
}
