@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
body {
  background-image: url("back.png");
  color: rgb(43, 36, 36);
}

.main_body {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.main_body > h1 {
  font-size: 80px;
  margin-bottom: 5px;
}

.main_body > p {
  margin-top: 0;
  font-size: 23px;
  font-weight: bold;
}
