* {
  margin: 0;
  padding: 0;
  font-family: "Englebert";
  scrollbar-width: thin;
  scrollbar-color: pink white;
}

.englebert-regular {
  font-family: "Englebert", cursive;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: 16px;
}