body {
  background: black;
  color: #eee;
  font-family: 'Dosis', sans-serif;
}

.logo {
  flex: 50%;
  margin-top: 100px;
  text-align: center;
}
.logo-row {
  display: flex;
}
.content {
  width: 100%;
  text-align: center;
}

h1 {
  font-size: 1.5em;
  color: #fff;
}

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

a:hover {
  text-decoration: underline;
}

.contact {
  margin-top: 1em;
}
