h1 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: bold
}

h2 {
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: bold
}

h3 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: bold
}

p {
    font-size: 14px;
    line-height: 1.25em
}

.header {
    text-align: center;
}

img {
    margin: 0 auto;
    width: 200px;
}

.policies .policy,
.success .success {
    font-family: 'Montserrat', sans-serif;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    padding-top: 50px;
}

.success .success {
    text-align: center;
}