body{
    background-color: tan;
}
h1:first-letter{
    color: green;
    font-size: 150%;
}
p:hover{
    background-color: white;
}