html, body{
    margin: 0;
    width: 100%;
    overflow: hidden;     /* NOT hidden */
}

body{
    margin: 0px;
}

#divider{
    height: 95vh;
}

#name-top, #name-bottom{
    font-family: "Major Mono Display", monospace;
    font-weight: 400;
    font-style: normal;
}

#name-bottom{
    position: absolute;
    bottom: -0.45em;
    right: 0px;
    font-size: 20vw;
}

#name-top{
    position: absolute;
    top: -0.75em;
    font-size: 20vw;
}

