

.container-post {
    text-align: center;
    color: #000;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 10px;
}
.container-1 {
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #8E44AD;
    padding: 20px;
    margin-bottom: 10px;
}

.container
{
    background-color: #b81eb9;
    border-radius: 8px;
    margin: 0px 10px;
    padding: 10px;
}
.article
{
    background-color: #fff;
    border-top-style: solid;
    border-top-color: hsl(89, 43%, 40%);
    border-bottom-style: solid;
    border-bottom-color: hsl(89, 43%, 51%);
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px; 
    
}
.container-user
{
    text-align: center;
    padding-bottom: 8px;
}

.avatar 
{
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.groups
{
    background-color: #D54E23;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #FFFF00;
    border-radius: 8px;
    border: 1px solid #FFFF00;
    padding: 1px;
}
.date
{
    font-size: 15px;
    color: #FFFF00;
    font-weight: bold;

}
.username
{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    text-shadow: 2px 2px 2px #FA482B;
    text-decoration: none;
    letter-spacing: 2px;

}
.Posted
{
    padding-top: 0px;
    margin: 15px 15%;
    padding-bottom: 3px;
    
}

.like
{
    float: center;
    padding: 0px 10px;
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;


}
.reply
{
    float: center;
    padding: 0px 10px;
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;


}

.reply:hover {
    background-color: #e7e7e7;
    
}

.section-footer {
	margin: 0px 15%;
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;

	

}
a.section-likes {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #3b5998;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #3b5998;
	border-radius: 3px;
	padding: 4px 15px;
	
}
a.section-reply {
	float: right;
	font-weight: bold;
	text-decoration: none;
	color: #c4302b;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c4302b;
	border-radius: 3px;
	padding: 4px 15px;
	
}



a.section-likes:hover {
	background-color: #3b5998;
  	color: white;
}

a.section-reply:hover {
	background-color: #c4302b;
  	color: white;
}


 