body {
  background-color: #181818;
}

section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
}

.logo {
  width: 200px;
}
@media only screen and (min-width: 901px) {
  .logo {
    width: 300px;
  }
}

h2, p, a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}