* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.lobster-two-regular {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-two-bold {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lobster-two-regular-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lobster-two-bold-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
  background-image: linear-gradient(
    to right top,
    #51e5ff,
    #00b6f2,
    #0084dd,
    #004fb8,
    #440381
  );
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  font-size: 8rem;
  color: white;
}

h2 {
  font-size: 3rem;
}
