h1 {
  color: #754c98;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}

body {
  background-color: #fff1fb;
  color: #342b37;
  font-family: "Inter", sans-serif;
  font-weight: 200;
}

.main_stuff {
  width: 50%;
  background-color: white;
  padding: 15px;
  margin: auto;
  border: 20px solid transparent;
  border-radius: 20px;
  border-image: url(border_img.png) 15% round;
  border-image-outset: 8px;
}

.centered {
  text-align: center;
}