body, html {
  margin: 0;
  padding: 0;
}

body {
  align-items: center;
  display: flex;
  color: rgb(51,51,53);
  font-family: 'Lato', sans-serif;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}

body img {
  margin-bottom: 40px;
}

h1 {
  font-size: 3em;
}

p:first-of-type {
  margin-bottom: 8px;
}

p:nth-of-type(2) {
  margin-top: 0;
}

a {
  color: rgb(51,51,53);
  text-decoration: none;
}