@import url(https://fonts.googleapis.com/css?family=Raleway:200,400,500);

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: Raleway;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
}

h1 {
  font-size: 1.2em;
  font-weight: 400;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  text-align: center;
  padding-bottom: 0.2em;
}

a {
  color: #f2511b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
