body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

#salesBell {
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
}
