html, body{
    font-family: 'Nunito', sans-serif;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #26333D;
}

header, body, img, html, a, p, div{
    margin: 0;
    padding: 0;
}

body{
    background-repeat: repeat;
    background-position: top left;
    background-image: url(../imgs/dark-bg.jpg)
}

img{
    max-width: 100%;
}

header{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: table;
}

header div{
    display: table-cell;
    vertical-align: middle;
}

header a{
    margin: 0 auto 30px auto;
    max-width: 200px;
    display: block;
}

p{
    font-weight: 300;
}

