#live2d-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 250px;
    height: 320px;
}

#live2d-widget:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}