body {
    margin: 0;
}

.customLabel {
    pointer-events: stroke;
    background-color: black;
    padding: 20px;
    border-radius: 20px;
    color: white;
}

.content::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.content {
    max-width: 20rem;
    max-height: 10rem;
    overflow-y: auto;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

.close {
    font-size: 2rem;
    text-align: right;
    float: right;
    position: relative;
    left: 10px;
    top: -22px;
}
