/* Presentational style rules only
 * Not required
 */

html, body, .container {
  height: 100%;
}

/* Basic */
body { 
  font: 18px/23px "Roboto", sans-serif;
  color: #242424;
}

a {
  color: #ffffff;
}
a:hover {
  color: #9bff5a;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

.container {
    width:100%;
    position:fixed;
    top:50%;
    margin-top:-180px;
    padding:24px;
    text-align:center;
}
.container img {
    display:block;
    margin:0 auto 2em;
}
.container .contact {
    display:inline-block;
}
.container p {
    text-align: left;
}