/* Container for the photo on index.html*/
#intro {
    border-width: 10px;
    border-style: solid;
    border-color: black;
    width: 70%;
    margin: auto;
}

/* The adjustments for the paragraph on the main page*/
.description  {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
}

.description a { 
    color: #de5954;
    font-family: Arvo;
    
}