.block1 {
    max-width: 50vw;
    height: 90vh;
    overflow: auto;
    position: relative;
    left: 0;
    top: 0vh;
}

.block1_1 {
    max-width: 60vw;
    height: 15vh;
    overflow: auto;
    position: relative;
    left: 0;
    top: 0vh;
}

.block2disk {
    max-width: 40vw;
    height: 20vh;
    overflow: auto;
    position: relative;
    left: 55vw;
    top: -105vh;
}

.block2directory {
    max-width: 40vw;
    height: 30vh;
    overflow: auto;
    position: relative;
    left: 55vw;
    top: -105vh;
}

.block2files {
    max-width: 40vw;
    height: 40vh;
    overflow: auto;
    position: relative;
    left: 55vw;
    top: -105vh;
}
           
.block2_1 {
    max-width: 60vw;
    height: 15vh;
    overflow: auto;
    position: relative;
    left: 55vw;
    top: -105vh;
}

.block1Plan {
    max-width: 65vw;
    height: 90vh;
    overflow: auto;
    position: relative;
    left: 0;
    top: 0vh;
}


.block2Plan {
    max-width: 33vw;
    height: 90vh;
    overflow: auto;
    position: relative;
    left: 67vw;
    top: -90vh;
}
