#MainWindow {
    /* position: absolute; */
    /* background-color: transparent; */
    z-index: 0;
}

#SideWindow {
    /* position: absolute; */
    /* background-color: transparent; */
    z-index: 1;
}

.TextDescription{
    color: white;
    background-color: rgb(44, 44, 44);
    width: fit-content;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(115, 115, 115);
}