a {
	color: blue;
}

a:hover {
	color: red;
}

body > header{
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    background-color: #FFF;
}

body > footer {
	color: rgba(0,0,0,.54);
	background: #f2f2f2;
	padding: 15px 10px;
	margin-top: 10px;
}

.birthdays-widget-active img.img-thumbnail,
#main-center #comments_list img.img-thumbnail.avatar,
#main-center .content_list_item .avatar img.img-thumbnail {
	width: 64px;
	height: 64px;
}

#main-right .ava img.img-thumbnail {
	width: 32px;
	height: 32px;
}


#main-center .content_list_item .image-preview img {
	object-fit: cover;
	max-width: 100%;
	max-height: 600px;
	object-fit: cover;
}

#layout #main-center {
}