body {
  background:rgba(107, 4, 4, 0.8);
}
p {
  color: black;
  text-align: center;
  font-size: 24px:
}
h1 {
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 36x:
}

img {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 8px;
  border: 10px solid black;
  border-radius: 12px;

}h2{
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 32px;
}