h1 {
    color: aqua;
}
/*2*/
h2  {
    margin: 20px;
}

p {
    background-color: darkkhaki;
}

.my-p {
    color: blueviolet;
}