body{
    background-color: rgb(148, 53, 53);
}
p:nth-child(even){
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
}
h1{
    text-align: center;
}
h2:hover{
    color: rgb(207, 126, 126);

}
.banana:visited{
    color: rgb(245, 140, 99);
    font-size: 30px;
}

p{
    font-family: Arial, Helvetica, sans-serif;
}
li:focus{
    color: darkcyan;



}