.windows-background{
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: end;
}

.windows-screen{
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
}