body {
    background: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-width: 900px;
    margin: auto;
}

#title, .subtitle {
    color: #f7f7f7;
}

.post_title {
    color: black;
}

#title {
    font-size: 40px;
    text-transform: capitalize;
}

a {
    text-decoration: none;
    color: #505050;
}

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

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

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

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

.post_image {
    margin-bottom: 15px;
    border-radius: 10px;
    border: 5px solid #505050;
    width: 99%;
}

.contacts_list {
    list-style-type: "\1F44D";
    padding-left: 20px;
}

.contacts_list li a {
    color: #f7f7f7;
}