body {
  background-color: #ffd1ed;
  align-content: center
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}
img {
  border: dotted;
  border-color: cyan;
}
.tomo {
  border: dotted;
  border-color: cyan;
  background-color: white;
  width: 680px;
}
.small-tomo {
  border: dotted;
  border-color: cyan;
  background-color: white;
  width: 470px;
}