        body {          
   background-color: #f8cdf6;
}

#mytext {
        width: 400px;
        height: 200px;
        border-style: solid;
        border-color: #df4cdc;

       }


#content{

        background-color: #faeef9;
        padding: 20px;
          text-align: left;
            color: #df4cdc;
       /*     width: 80%; */
height: 20px;
            display: table;
        margin: 30px 30px 30px 30px;
        font-family: "Arial";
         padding: 20px;
         text-align: left;
       }


        ol, ul {
            list-style-type: none;

        }
