html, body {
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #C24443;
  color: white;
  font-size:1.2em;
  font-family: 'Oswald', sans-serif;
  text-shadow: 1px 1px 2px black;
}

img {
  width:250px;
}

a {
  color: white;
}

#container {
  max-width:960px;
  margin: auto;
}