body {
    background-color: skyblue;
}
.action-buttons {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
