h1{
    background-color: dodgerblue;
    color:rgb(245, 7, 27);
    font-size: 50px;
}
h2{
    color: blueviolet;
    font-size: 20px;
}
p1{
    color:rgb(12, 12, 12)
}
p{
    color:blue
}
body
