body {
  background: #cf69bd;
}
p {
  color: #eeff00;
}

h1 {
  font-weight: bold;
}

h3 {
  color: #eeff00;
}

.pictures {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: nowrap;
}

img {
  width: 200px;
  border-color: cornflowerblue;
  border-width: 6px;
  border-style: solid;
}