/* Общие стили */
body {
    background-color: #f5f5f5;
}

.main-content {
    transition: all 0.3s ease;
}

