body {
  background-color: powderblue;
  background-image: url("/assets/JB_Eramis_and_Crew_16-9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  alignment-baseline: middle;
  align-items: center;
  align-content: center;
}
h1 {
  color: blue;
}
h2 {
  color: red;
}
div {
  text-align: left;
  background-color: powderblue;
  opacity: 0.5;
  max-width: 80%;
  min-width: 20%;
  width: 30%;
  align-self: center;


}
