.logo__title
{
    color: #435044;
}
.logo__tagline
{
    color: #acc8ae;
}

.btn
{
    background: #94B49F; 
    color: #FFFFFF;
}

.post__title a:link
{
    color: #7a987c; 
}
.post__title
{
    color: #556856; 
}
.post__title a:visited
{
    color: #435044; 
}
.post__title a:hover
{
    color: #96cb9b; 
}

.content
{
    text-align: justify;
    text-justify: inter-word;
}
img[src$='#imgcenter']
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.btnmu {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Georgia;
    color: #ffffff;
    font-size: 20px;
    background: #94B49F;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
  }
  
.btnmu:hover {
background: #96cb9b;
text-decoration: none;
color: #ffffff;
}

.btnmu:link {
text-decoration: none;
color: #ffffff;
}


.btnmu:visited {
    text-decoration: none;
    color: #ffffff;
    }

    .footer {
        background: #435044;
    }
 