.center {
  text-align: center}
.letter {
    width: 50%;
    height: 750px;
    border: 1px #edecd1 solid;
    padding: 10px;
    margin: auto;
    color: #1c1c1a;
    background-color: #fffeed;
    text-align: left;
    font-family:"Oooh Baby", cursive;
    font-size: 24px;
  }
.oooh-baby-regular {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}
.cutive-mono-regular {
  font-family: "Cutive Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
