#user_panel {
    width: auto;
    height: auto;
    z-index: 1000;
    background-color: rgba(1, 1, 1, 0.5);
    backdrop-filter: blur(6px);
    color: white;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    filter: drop-shadow(5px 5px 7px black);
    border-color: white;
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    /* For toggling up and down */
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}