@import url(http://fonts.googleapis.com/css?family=Outfit:400);
* {
    margin: 0;
    padding: 0;
}

header, nav, section, article, aside, footer {
    display: block;
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    background: #303b4b;
    background-size: cover;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

h1 {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    line-height: 1.3em;
}

h2 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3em;
    text-align: center;
}