body {
    background-image:url("images/paper-texture.jpg") 
}
#container {
    margin: 0 auto;
    max-width: 600px;
    padding: .5rem;
        
}
/* #header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    justify-content: space-between;
}
#nav {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: end;
    width: 150px;
}
#nav a {
    padding: 5px;
    margin: 10px;
    color: #000;
    text-decoration: none;
    font-family:  "DM Sans", sans-serif;
}
#nav a:hover {
    border-bottom: solid 2px #dddddd;
} */

main p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-family:  "DM Sans", sans-serif;
    color: #2f2f2f;

}
main p:first-child:first-letter {
    color: #2f2f2f;
    float: left;
    font-family:"Great Vibes", cursive;
    font-size: 4rem;
    line-height: 3rem;
    padding-top: .5rem;
    padding-right: 0px;
    padding-left: 3px;
  }
h1 {
    font-size: 4rem;
    color: #2f2f2f;
    font-family:"Great Vibes", cursive; 
}
h3 {
    font-size: 1.5rem;
    font-family: "Great Vibes", cursive;
}

header {
    display: grid;
    padding-top: 3rem;
    place-content: center;
    
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    

}
footer p {
    padding: 5px;
    margin: 10px 0px 0px 0px;
    color: #000;
    text-decoration: none;
    font-family:  "DM Sans", sans-serif;
}
footer a {
    text-decoration: none;
    color:cadetblue;
}
footer a:hover {
    border-bottom: solid 2px #dddddd; 
}
hr {
    border: 0;
    height: 1px;
    width: 60%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.share {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: .5rem;
    margin-top: 10px;
    
}
footer .share a {
    border: 0px;
}
.share a:hover {
    border-bottom: 0px;
}
.buttons {
            border: none;
            border-radius: 10px;
            color: #fff;
            cursor: pointer;
            font-size: 1.5rem;
            padding: 4px 6px;
        }
        .facebook {
            background-color: #5f9ea0;
            
        }
        .facebook:hover {
            background-color: #67a7aa;
            color: #3b5998;
        }
        .twitter {
            background-color: #5f9ea0;
            
        }
        .twitter:hover {
            background-color: #67a7aa;
            color: #1da1f2;
        }
        
        .pinterest {
            background-color: #5f9ea0;
            
        }
        .pinterest:hover {
            background-color: #67a7aa;
            color: #bd081c;
        }
       
        .whatsapp {
            background-color: #5f9ea0;
            
        }
        .whatsapp:hover {
            background-color: #67a7aa;
            color: #25d366;
        }
