.move-down:hover {
    transform: translateY(0);
    transition: transform 0.2s;
}

.move-down {
    transition: transform 0.2s;
    transform: translateY(10px);
}

.chibi {
    z-index: 1000;
}
