p {
    
    text-shadow: 2px 1px 5px black;
    text-indent: 20px;
    max-width: 75%;
    margin: auto;
    
}
img {
    width: 500px;
    
}
div {
    text-indent: 530px;
    font-size: 200%;
}
h1 {
    font-size: 300%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    text-decoration: underline; 
}
