
*, h1, p, a {
	font-family: "Fredoka", sans-serif;
	font-weight: 700;
    line-height: 1.2;
}
	
section {
  background:  linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}

p {
  max-width: 70ch;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}

h1 {
  opacity: 0;
}

