body {
    margin:0;
    color:#fff;
    font-size: 20px;
    font-family: 'PT Mono', monospace;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(images/bg.jpg);
}

.container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1920px;
    padding: 0 2%;
    height:100vh;
    min-height: 100%;
}

img {
    margin: 1em 0;
    max-width: 100%;
}

h1 {
	margin: 0; 
	font-size: 1em;
    text-align: center;
    width:100%;
    font-weight: bold;
}

p {
	margin:0;
    line-height: 1.25em;
    text-align: center;
    width:100%;
}
a{color:#0e0e0e;
text-decoration:none;
}