#buttonGroup{
    position: fixed;
    display: flex;
    left: 10px;
    bottom: 10px;
    gap: 5px;
}
#levelsMenu{
    position: fixed;
    left: 10px;
    bottom: 52px;
	z-index: 9999;
}
#floorplanPanel{
    width: 200px;
    height: 300px;
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: beige;
    display: none;
}
.floorMenu{
    background-color: rgba(58, 58, 58, 0.651);
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    padding: 10px 0;
    border-radius: 10px;
}
.levelsMenuButton{
    background: none;
    border: none;
    color: white;
    text-align: left;
    padding: 5px 20px;
}
.levelsMenuButton:hover{
    background-color: rgb(73, 121, 255);
}
.menuButton{
    width: 42px;
    height: 42px;
    background: none;
    border: none;
}
