body {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: black;
}

#main_canvas {
    width: 100vw;
}

#authors {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 3vh 2vh rgba(0, 0, 0, 0.4);
    bottom: 3vh;
    right: 3vh;
    padding: 1.5vh 2vh;
    line-height: 0.25vh;
    font-size: 2vh;
    font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
}