html, body {
    margin: 0;
    padding: 0;
    background-color: #2b302e;
    clear: both;
}

img {
    border: 0;
}

iframe {
    border: 0 none;
    max-height: 80vh;
}

.relative {
    position: relative;
}

body, p, a, table, td, textarea, input {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
}


h1, h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #5abbc7;
    margin-top: 0;
    margin-bottom: 0;
}