body {
  background: rgb(200,200,200);
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  color: rgb(42,92,196);
}
.subtitles {
   color: rgb(150,11,10);
}
.records {
   color: rgb(150,99,63);
}
.image1 {
   border-radius: 20px;
   width: 540px;
}
.image2 {
   border-radius: 20px;
   width: 540px;
}
.image3 {
   border-radius: 20px;
   width: 540px;
}
.credit {
   color: rgb(42,92,192);
}
h5 {
   color: rgb(42,92,192);
}
   