body {
  margin: 0;
  padding: 0;
  background: rgb(251, 1, 16);
  background: linear-gradient(146deg, rgb(251, 1, 16) 0%, rgb(248, 2, 251) 14%, rgb(22, 33, 233) 31%, rgb(26, 252, 248) 48%, rgb(7, 252, 7) 66%, rgb(254, 250, 3) 84%, rgb(254, 52, 2) 100%);
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  color: #fff;
  font-size: 22px;
}

main {
  padding: 20px;
}

h1, h2 {
  text-shadow: 2px 2px 0 #000000;
  text-align: center;
}

h1 {
  margin-bottom: 10px;
}

h2 {
  margin-top: 10px;
}

.thumbs-up {
  width: 200px;
}

p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */