.heading { text-align: center;
 background-color: red;
 border-radius: 100px;
 padding: 25px;}

 .field1{ border-radius: 100px;
 background-color: lightblue;
 text-align: center;}
 
 .field2{border-radius: 100px;
 background-color: black;
 text-align: center;
 margin-top: 30px;}
 
 .castlet {
  color: white;
 }
{