body {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #333;
  background-color: #ffffff;
}

h1 {
  text-align: center;
}

main {
  text-align: center;
  margin: 100px 0;
  padding: 100px 50px;
}

#logo {
  display: inline-block;
  height: 52px;
}

p {
  font-family: Roboto, sans-serif;
  line-height: 30px;
}

a {
  color: #54bad1;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #44aac1;
  border-radius: 1px;
}

.content {
  margin: 0 auto;
  max-width: 500px;
}
