.-sg-droplet
{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 13px rgba(255,255,255,0.66);
    font-size: 30px;
    opacity: 0;
}

@keyframes -sg-animation-fadeout
{
    0% 
    {
        opacity: 1;
    }
    100% 
    {
        opacity: 0;
    }
}