html {
    background-color:rgb(92, 127, 92, 0.56); 
    border: 4px solid green;
}

p {
    color: rgb(21, 53, 35);
    font-size:30px;
    background-color:rgb(93, 119, 108);
    border: 5px dotted blue;
}

h1 {
    color: green;
    text-decoration: line-through;

}
