body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

h6 {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    line-height: 125%;
}

h5 {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    line-height: 125%;
}

h4 {
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}

h3 {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}

h2 {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    line-height: 24px;
}

h1 {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    line-height: 125%;
    text-align: center;
}

.footer {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.header {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

img.welcome {
    display: block;
    margin: 0 auto;
}

.top {
    background-color: #1F618D;
    color: white;
}
