body {
    background: url(../img/blueprint-background.jpg);
    background-position: center center;
    background-size: cover;
    min-width: 100vw;
    min-height: 100vh;
	color: #fff;
	font-family: 'Roboto', sans;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

h1, h2 { font-family: 'Raleway', sans; }

h1 {
    line-height: 1.2;
    margin-bottom: 0.1em;
}

h2 {
    margin: 0.2em;
    font-size: 1.2em;
}

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

a:hover {
	font-weight: bold;
}