body {
  background:  #131611;
}


h1 {
  font-weight: bold;
  color: crimson;
  text-align: center;
  font-size: 36px;
  text-decoration: underline;
  text-decoration-style: double;
  
}

h3 {color: crimson;
  font-weight: bold;
  color: crimson;
  text-align: center;
  font-size: 28px;
}

h2 {
  color: green;
  font-weight: bold;
  color: crimson;
  text-align: center;
  font-size: 30px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p { 
  font-weight: bold;
  color: crimson;
  text-align: center;
  font-size: 24px;
}