body {
    background: rgb(92,98,190);
background: linear-gradient(90deg, rgba(92,98,190,1) 1%, rgba(158,158,219,1) 21%, rgba(177,235,166,1) 79%, rgba(53,186,175,1) 97%);
    
}

.title {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 27px;
letter-spacing: -1.8px;
word-spacing: 2px;
color: #A71373;
font-weight: normal;
    
}

.author {
    color: brown;
    font-style: italic; 
    
}

p {
     font-family: 'Georgia', serif; 
     font-size: 20px; 
    padding-left: 20%;
    padding-right: 20%;

}

#title {
    color: blueviolet;
    font-weight: bolder;
    
}


ul {
  list-style-type: none; 

}

li {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 27px;
letter-spacing: -1.8px;
word-spacing: 2px;
color: #107BA7;
font-weight: normal;
}