.hover:hover {
    background: #f8faff;
    transition: background-color 0.5s ease;
}

.preview {
    max-height: 500px;
}