* {
    font-size: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
}

body{
    background-color:#f4f6fa;
}

ol li {
    list-style-type: none;
}

#mytext {
    width: 400px; 
    height: 200px; 
    border-style: solid;
}
#title {
    text-align:center;
}
