h1 {
    font-size: 55px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
    padding: 10px 0;
}
h2 {
    font-size: 35px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
    padding: 0 0 20px 0;
}
blockquote,
blockquote p {
    display: inline;
    font-size: 25px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
    background: #FFCC01;
    padding: 3px 5px;
}
ol {
    list-style: decimal;
    padding-left: 25px;
}
strong {
    font-weight: bold;
}
p {
    margin-bottom: 10px;
}