h1{
color: blue;
background-color: red;
text-align: center;
border-style:groove;
}




p{
    background-color: rgb(255, 0, 221);
    text-align: center;
    color: rgb(30, 255, 0);
    font-size: 25px;
    border-style:groove;
}
#a1{
    background-color: rgb(0, 162, 255);
    text-align: center;
    color: rgb(238, 255, 0);
       border-style:groove;
}
form{
    text-align: center;
    font-style: 60px;
}
body{
    text-align: center;
   background-color: rgb(0, 255, 200);
border-style:groove;

}
.a2{
    text-align: center;
    color: rgb(255, 0, 0);
    background-color: rgb(94, 255, 0);
    font-size: 25px;
    border-style: dashed;
    
}