body{
    background-color: rgb(160, 26, 57);
}
p{
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration:underline;
text-decoration-color: black;
background-color: rgb(233, 80, 80);
text-align: justify;
}
li{
     font-size: 20px;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     text-align: left;
     background-color: rgb(200, 67, 67);
}
h1{
    font-size: 40px;
    text-align: center;
        text-decoration:underline;
text-decoration-color: black;
background-color: rgb(233, 190, 247);

}