body {
    /* position: relative; */
    overflow-y: hidden;
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    height: 10vh;
    max-height: 200px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 2vh;
    text-align: center;
    margin: 0;
}

h1 {
    position: fixed;
    top: 2.5vh;
    right: 5vw;
    color: #000;
    margin: 0;
}

#container {
    position: absolute;
    top: 10vh;
    left: 0;
    height: 90vh;
    overflow-y: hidden;
    overflow-x: scroll;
    /* width: 100%; */
}

#create {
    position: fixed;
    /* bottom: 0em; */
    top: 80vh;
    right: 0px;
    height: 15vh;
    width: 100vw;
    font-family: 'Courier New', Courier, monospace;
    font-size: 5vw;
    font-weight: 900;
    border-color: black;
    border-radius: 20vh;
    border-width: 1vh;
    border-style: outset;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

#line {
    width: 100%;
    max-width: max-content;
    top: 0px;
    left: 0px;
    align-items: left;
    vertical-align: text-bottom;
    z-index: 15;
    display: inline-flex;
    overflow: hidden;
    background-color: white;
}