a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxanium', cursive;
}

h1, h2, h3 {
    color: #2b3567;
    line-height: 1.2;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.8rem
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1.1rem
}

h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 600;
}

p {
    margin-bottom: 1.1rem
}

.center-text {
    text-align: center;
}

span {
    text-transform: uppercase;
    font-weight: 600;
}