h1 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: xx-large;
    color: blue;
    text-align: center;
}

h2 {
    font-size: x-large;
    font-family: 'Helvetica Neue', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px
}

h3 {
    margin-top: auto;
    margin-bottom: auto;
}

p {
    text-align: center;
    margin-top: auto;
    font-style: italic;
    margin-bottom: auto;
}

ul {
    font-style: italic;
    margin-top: auto;
}