Загрузка данных


body { background: #fff5e6; color: #444; }
.navbar {
    background: #ff9f43;
    color: white;
}
.nav-btn {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
    font-weight: bold;
}
.nav-btn:hover {
    border-bottom: 2px solid white;
    letter-spacing: 1px; /* Текст кнопки плавно растягивается */
}