@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
 margin: 0;
 font-family: 'Raleway';
 font-size: 16px;
 line-height: 1.8em;
 background: #666666;

}

a {
  color: #1C9C94;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

article {
  padding:0 1em;
}

header, main, footer {
  margin: 0 auto;
}

header {
 color: white;
 position: absolute;
 top: 30%;
 left: 50%;
 margin-right: -50%;
 transform: translate(-50%, -50%) }
}

header section {
 margin: 0 auto;
 max-width: 640px;
}

h1 {
 text-transform: normal;
 margin: 1em 0;
}
 
p {
 margin-right: 10%;
}

footer {
 position: fixed;
 left: 0;
 bottom: 0;
 width: 100%;
 background: #333333;
 color: white;
 text-align: right;
}
