.frame,
.frameimg {
  height: 400px;
  width: 400px;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

.per::first-line {
  font-size: 50px;
  color: blue;
}

.pere::first-letter {
  font-size: 50px;
  color: red;
}
