.body{
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row;
    gap:1em;
    scroll-snap-type: x mandatory;
}
.body > *{
    display: none !important;
}
.slide{
    width: 100vw;
    height: 100vh;
    display: initial !important;
    flex-shrink:0;
    padding: 1em;
    border-right: 2px solid black;
    scroll-snap-type: x mandatory;
}

*{
    font-family: 'Roboto Mono', monospace;


}

.vh-50{
    height: 50vh;
}

.vh-75{
    height: 75vh;

}

.border-solid{
    border-style: solid;
}

.par{
    transform: translate(-50%,-50%);
}