﻿.lobby-buttons {
    background: transparent;
    position: relative;
    height: 0;
    display: grid;
    justify-content: end;
}

    .lobby-buttons div {
        display: flex;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 8px rgb(0 0 0 / 8%), 0px 0px 4px rgb(0 0 0 / 4%);
        margin-block-start: 16px;
        margin-inline-end: 16px;
    }
    .lobby-buttons img {
        height: 42px;
        width: 42px;

    }
