* {
    font-family: "Verdana";
}
#mytext {
    width: 35%; 
    height:75px; 
    border-style: double;
    margin: auto;
    background-color: #FBFFC4;
}
ol, ul {
    list-style-type: none;
    text-align: center;
    margin: auto;
       padding: 5px;
     font-size: 16px;
     width:50%;
     border-color: #080404;
     background-color: #B7E4FF;
     color: #000000;
     border-style: double;
     border-radius: 15px;
     box-shadow: 0px 0px 5px rgba(66,66,66,.75);
     text-shadow: 0px 0px 0px rgba(66,66,66,.100);
}

body {
   
    background-color: #80CFFF;
    margin: auto;
    justify-content: center;
    text-align: center;
}
