.block1{
            background-color: #FFFDD0;
            width: 100%;
            height: 40%;
            }
        p{
            color: orange;
            font-size: 20pt;
            font-family: Arial;
        }

        .block2{
            background-color: magenta;
            width: 80%;
            height: 15%;
            font-size: 20pt;
        }
        i{
            color: green;
        }
        strike{
            color: red;  
        }
        u{
            color: purple;
            text-decoration: overline;
        }

        .block3{
            background-color: #C0D727;
            width: 100%;
            height: 30%;
        }
        h1{
            color: blue;
            text-decoration:underline;
        }
        #list1{
            color: blue;
            font-size: 25pt;
        }
        #list2{
            color: red;
            font-size: 20pt;
        }
        #list3{
            color: grey;
            font-size: 15pt;
        }