 /*
 selector {
 property:value
}
 */


 body
 {
    background-color: rgb(255, 243, 243);
 }

 h1{
    font-size: 40px;
     color: reb(255,140,255);
      font-family:cario;
       font-style: italic;

 }


 .jana{
    color:brown (0, 200, 80);
 }


 .box {
   width: 500px;
   margin: auto;
 }
