* {
    font-family: Arial
}

main {
    display: flex
}

h2 {
    margin: 0px;

}


#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: 300px;
    background-color: #BDBDBD;
    border: 2px solid black;
    border-top: 2px solid white;
    border-left: 2px solid white;
    height: fit-content;
    padding: 2px;
}

.headerbar {
    color: white;
    padding: 2px;
    font-size: 8pt;
    width: calc(100% - 4px);
    height: fit-content;
    background: linear-gradient(to right, #00007B, #0584CE);
    display: flex;
}


#windowfolder {
    height: 12px;
    margin-right: 2px;
}

.xpwindowcontent {
    margin-top: 2px;
    height: 200px;
    overflow: scroll;
    padding: 2px;
    background-color: white;
    border: 2px solid white;
    border-top: 2px solid black;
    border-left: 2px solid black;
}
