.content p {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 15pt;
    margin: 0 auto;
    line-height: 23px;
    text-align: center;
}

.content p a {
    color: white;
    text-decoration: none;
    font-family: GothamBold;
}

.content p a:hover {
    text-decoration: underline;
}

h1 {
    font-family: GothamBold, sans-serif;
    font-size: 37pt;
    color: #63c4fe;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .content p {
        font-size: 13pt;
        line-height: 21px;
    }

    h1 {
        font-size: 25pt;
        margin-bottom: 30px;
    }
}
