.title {
  display: flex;
  justify-content: center;
  margin-bottom: -20px;
  
  font-family: Bagel Fat One;
  font-size: 60px;
  color: #521e4e;
  text-shadow: 3px 3px 0 #ffc0f6;
  text-decoration: underline;

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.info {
  width: fit-content;
  max-width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;

  font-family: Cherry Bomb One;
  font-size: 20px;
  color: #521e4e;
  background-color: #ffc0f6;
  outline-style: solid;
  outline-color: #521e4e;
  border-radius: 4px;

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.indent {
  text-indent: 4ch;
}