.center {
  text-align: center;
  margin-top: 5%;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 10%;
  }
.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;
}
.caption {
  font-size: 11px;
  text-align: center;
}
img {
  padding: inherit;
  margin:auto;
  width: 200px;
  display: block;
}
