* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

body {
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
body div p {
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */