* {
    font-family: Arial
}

main {
    display: flex
}

h2 {
    margin: 0px;
    font-size: 10pt;


}

ul {
    margin-top: 3px;
    margin-bottom: 3px;
}

#imagewrapper {

    width: 0%;
    height: 0%;

    justify-items: centre;
    align-content: centre;

}

#backgroundimage {

    filter: blur(10px);
    width: 100vw;
    z-index: 1

}


#content {

    z-index: 2;
    display: flex;
    width: 100%;
}

.column {

    width: 50%;
    display: flex;
    justify-content: centre

}

.xpwindow {
    width: fit-content;
    background-color: #BFB294;
    border: 1px solid black;
    border-top: 1px solid white;
    border-left: 1px solid white;
    height: fit-content;
    padding: 2px;
    font-size: 9pt;
    position: absolute;
    z-index: 1;
}

.xpwindowheader {
    color: white;
    padding: 2px;
    font-size: 8pt;
    width: calc(100% - 4px);
    height: fit-content;
    background: linear-gradient(to right, #153d1a, #182e1b);
    display: flex;
    cursor: grab;
}


.xpwindowheader:active {
    cursor: grabbing;
}
#windowfolder {
    height: 12px;
    margin-right: 2px;
}

.xpwindowcontent {
    margin-top: 2px;
    height: 200px;
    overflow: scroll;
    padding: 2px;
    background-color: #fff9ed;
    border: 1px solid white;
    border-top: 1px solid black;
    border-left: 1px solid black;
    min-height: 80px;
    min-width: 200px;
    resize: both;
}

.headercolumn1 {
    width: 80%;
    display: flex
}

.windowinfocus {
    z-index: 10;
}
