h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
    text-shadow: 10px 10px 2px red;

}
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: blueviolet;
}
body{
    background-image: url(tree.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}