.vl {
    border-left: 1px solid #2E2E2E;
    height: 100%;
}

.gl {
    border-bottom: 1px solid #2E2E2E;
    width: 100%;
}

.line { border-top: 1px solid #2e2e2e; width: 0; transition: width 1.5s ease-in-out 1.2s;
}

.line.visible { width: 100%;
}

.vline {
    border-left: 1px solid #2E2E2E;
    height: 0;
    transition: height 2s ease-in-out;
}

.vline.visible {
    height: 100%;
}
