html {
    background: #f0f4f8;
}
@view-transition {
    navigation: auto;
}
* {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sidebar {
    transition: transform 0.3s ease;
}
