h1{
    text-align: center;
    font-size: 40px;
    border: 2px solid red; border-radius: 20px;
    color:blue;
   }
p{
text-align: center;
font-size: 20px;
color: black;
}