#controlls{
    position: absolute;
    width: 400px;
    height: fit-content;
    background-color: #00000042;
    backdrop-filter: blur(50px);
    z-index: 1500;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    border-radius: 10px;
    left: 75vw;
}
#controllsHeadLine{
    display: flex;
    flex-direction: row;
    height: 20px;
    border-bottom: 3px solid black;
    border-radius: 10px;
    padding: 5px;
}
#controllsHeadlineText{
    flex: 1 0;
    text-align: center;
    align-content: center;
}
#controllsClose{
    width: 20px;
    padding: 2px;
    color: red;
    flex: 0 0;
}
.controllsContentItem{
    display: flex;
    flex-direction: row;
}
.controllsContentItem{
    gap: 10px;
    padding: 10px;
}
.controllsKey{
    flex: 0 0 50px;
    font-size: x-large;
}
.controllsItemSpacer{
    flex: 0 0 5px;
    background-color: white;
}
.controllsKeyDescription{
    flex: 1 1;
    align-content: center;
}
.controllsContentVerticalSpacer{
    margin: 10px;
    height: 5px;
    background-color: black;
}
#controllsNotes{
    padding: 10px;
    padding-top: 0px;
}





