body {
  background: lavender;
  color:green;
  text-align: center
}
p {
  font-family:serif;
  margin: 10px;
  font-size: 14px;
  color: deeppink;
}
img {
  width: 300px;
  border-radius: 20px;
  margin: 10px;
  border-style: solid;
  border-color:blue;
}

.my-characteristics {
  font-family:monospace;
}
.my-family {
  font-family:monospace;
}
.my-friends {
  font-family:monospace;
}
.my-hobbies {
  font-family:monospace;
}
.my-pets{
  font-family:monospace;
}