#spellty-popup-overlay{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#spellty-popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    padding: 5%;
    border-radius: 20px;
    z-index: 10000;
}
#spellty-popup button{
    right: 3.5%;
    top: 3.5%;
    position: absolute;
    border: none;
    background-color: transparent;
    color: gray;
}
#spellty-popup li{
   list-style: none;
}