body {
  margin: 0;
  padding: 0;
  background: #000000;
  background-attachment: fixed;
  background-size: cover;
}


.logo{
 width: 70%;
 height: auto;
 display:block;
 margin: 6% auto 0% auto;
 text-align:center;	
}

.logo img{
 width: 100%;
 height: auto;
}

article {
 display:block;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 border: 0px solid rgba(255, 255, 255, 0.5);
 margin: 10px;
}

h1 {
display:block;
 margin: 0px;
 padding: 0px;
 width: 100%;
 font-size: 26px;
 letter-spacing: 3px;
 color: #fff;
 font-family: Oswald, sans-serif;
 text-align: center;
}


h2 {
 display:block;
 width: 100%;
 font-size: 16px;
 letter-spacing: 3px;
 color: #fff;
 font-family: Oswald, sans-serif;
 text-align: center;
}

p {
 display:block;
 width: 100%;
 font-size: 14px;
 letter-spacing: 3px;
 color: #fff;
 font-family: Oswald, sans-serif;
 text-align: center;
 line-height: 3em;
}

p a {
 color: #fff;
 border: 2px solid #ffffff;
 margin-top: 50px;
 padding: 5px 20px;
 text-decoration: none;
}