body{
    color: black;
    font-family: monospace;
    background-color: gray;
}

h1{
    font-size: 34px;
    font-family: serif
}

p{
    text-align: center;
    background-color: steelblue;
    font-size: 12px;
}

img{
    border: thick groove black;
}

h2{
    font-size: 25px;
    font-family: serif;
}

a{
    color: darkblue;
}

a:hover{
    color: chartreuse;
    text-decoration: underline;
}

ul{
    list-style: square;
    border: thick solid blue;
}

li{
    font-family: cursive;
    color: skyblue;
}

h3{
    font-size: 18px;
    font-family: serif;
}

ol{
    border: thick solid blue;
}

