body {
    font-family: 'Candara',sans-serif;
}
.site-footer .container{
	margin:0;
	margin-top: 7px;
	height:20px;
}
.site-footer {
    color: #000; /* Цвет текста */
    text-align: center;
    height:20px;
    font-family: 'Candara',sans-serif;
    background-color: #ffffff;
    border-top: 3px solid yellow; /* Горизонтальная линия сверху футера */
}
.site-footer .site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer {
	display: flex;
	align-content: center;
	justify-content: center;
}
footer p {
	font-size: 12px;
}
.site-footer p:not(.u-text-variant)  {
	margin-bottom: 0px;
	margin-top: 0px;
}
