body {
  background-color: #ffe1f8;
}

.name {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;

  font-family: Bagel Fat One;
  font-size: 60px;
  color: #043820;
  text-shadow: 3px 3px 0 #d1eedb;
  text-decoration: underline;
}

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

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

  padding-left: 15px;
  padding-right: 15px;
}