body {
  margin: 0;
  font-family: sans-serif;
}
div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
img {
  max-width: 180px;
}
h1,
span {
  font-weight: 100;
}
h1 {
  color: #333;
  margin: 8px;
}
span {
  color: #6f6f6f;
}
a {
  color: #00bcd4;
  margin: 8px;
  font-weight: 600;
}
