body {
    background-color: rgb(202, 200, 200);
    font-family: Verdana;
    max-width: 900px;
    margin: auto;
}

.photo {
    border: 1px solid #505050;
    border-radius: 50%;
}

#title, .subtitle, .post_title {
    color: rgb(51, 52, 56);
}

#title {
    font-size: 30px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: rgb(51, 52, 56);
    font-weight: bold;
}
a:hover {
    color:purple;
}

.post_title {
    font-size: 16px;
    font-style: italic;
    margin: 0px;
    margin-bottom: 15px;
}

.post {
    background-color: white;
    padding: 15px;
    border: 3px solid #505050;
    margin-bottom: 15px;
    border-radius: 5px;
}

.post_content {
    margin: 0;
    margin-bottom: 15px; 
    text-align: justify;  
}

.post_image {
    margin-bottom: 15px; 
    width: 100%; 
    height: 200px;
}

.contact_list {
    list-style-type: none;
    padding-left: 15px;  
}

.contact_list li a:hover {
    text-decoration: none;
    color: purple;
}

ul {
    margin-top: -10px;
    text-align: center;
}

li {
    display: inline-block;
    margin-top: -20px;
    padding: 10px;
}

.copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    margin-top: -10px;
    color: rgb(128, 125, 125);
}