body {
  background: #F52754;
}
p {
  color: #BBF527 ;
  text-align: center;
  font-size: 20px;

}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color:#27F5C8
}
h2{
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color:#365cd9
}
img {
  display: block;
  margin: auto;
  width: %;
}
img {
  border: 20px solid rgb(0, 67, 156);
  border-radius: 4px;
  padding: 5px;
  width: 600px;
}