body {
    background-color: lightblue;
    margin: 20px;
}

h1 {
    color: dimgrey;
    font-family: Verdana;
    font-size: 35px;
    padding: 5px;
    width: 375px;
    text-decoration: underline;
    text-align: center;
}

ol, ul {
    font-family: Verdana;
    font-size: 15px;
    list-style-type: none;
}

#mytext {
    width: 375px;
    height: 100px;
    border-color: white;
    border-style: solid;

}

#press {
    font-family: arial;
    font-size: 17px;
    color: dimgrey;
}



