body {
    margin: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#image-container {
    cursor: pointer;
}

#kit {
    width: 300px; 
    transition: 0.3s ease;
}