* {
  margin: 0;
  font-family: Helvetica;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(to top, #91f0ba, #6de4c2, #49d7ca, #25c9cf, #00bad1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  font-size: 6rem;
  text-shadow: 1px 1px 2px gray;
}

p {
  font-size: 1.5rem;
  margin-top: 2rem;
}
