body{
    background-color:orange;
}

p{
    font-family: cursive;
    font-size: 20px;
}

h1{
    font-family: fantasy;
    color: orangered;
    border-color: rgb(179, 97, 59);
    border-width: 10px;
    border-style: double;
}

li{
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
}

img{
    height: 250px;
    width: 400px;
}