body { 
  display: block;
  margin-bottom: 10px;
}
h1 { 
    background:#000000;
    color:#ffffff;
    font-size:center;
    text-align: center;
}
h2 { 
     color:#ffffff;
     font-size: 24px;
     text-align: center;
}
h3 {
      text-align: center;
      background: yellow;
      border: #000000;
      
}
p {
background-color:pink;
    
}

body{
    background:lilac;
}