body {

    




}


h1 {
background-color:aquamarine;
text-align: center;
border-style: dashed;
border-color:olive;
border-radius: 10cm;
}

p {

text-align: right;
background-color: bisque;
border-right-style:solid;


}

#b1 {

text-align: center;
border-style: none;
background-color:silver;
}

