/* app/static/css/supplementary.css */
body{
background-image: url('../media/supplementary/background-supplementary.png');
}
/* --- СТИЛИ ДЛЯ БЛОКА ОБРАТНОЙ СВЯЗИ --- */
.contact-card {
    background-color: white;
    border: 3px solid black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.contact-card i {
    color: var(--accent-color);
}