
html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p {
    text-rendering: optimizelegibility;
    letter-spacing: unset !important;
    font-family: 'verdana', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}


img {
    height: 180px;
    width: auto;
}

a {
    color: #005288;
    font-size: 17px;
}

h2 {
    margin-top: 50px;
    font-size: 22px;
}

p.contact {
    text-align: center;
    margin-top: 80px;
}