body{
    background-color: #b0faff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

.bean-image {
    width: 300px;
    float: right;
    border-radius: 50%;
    border: 12px dotted #1f0808;
}

.bean-image:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}