h1 {
    font-size: 50px;
    text-decoration: underline;
}
h2 {
    color: blue;
    text-decoration: line-through;
}
p {
    background-color: aqua;
}
h4 {
    color: plum;
}
body {
    background-color:antiquewhite
}