.glass {
    backdrop-filter: blur(5px);
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    --justify-content: flex-end;
    --align-items: center;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 0px;
    --border-top-width: 1px;
    --border-right-width: 0px;
    --border-bottom-width: 1px;
    --border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.55);
    --border-color: #FFFFFF8C;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 15px 0px inset;
    border-radius: 2rem !important;
    -webkit-border-radius: 2em !important;
}