body {
    background-color: rgb(60, 60, 70);
    margin: 0;
    padding: 0;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.container {
    //background: orange;
    width: 400px;
    height: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -320px 0 0 -200px;
    text-align: center;
}

.textbox {
    background-color: rgb(50, 50, 60);
    color: white;
    font-size: 18px;
    font-family: "Roboto Mono", monospace;
    padding: 5px;
    margin: auto;
    border: 4px;
    border-style: solid;
    border-color: rgb(50, 50, 60);
    width: 350px;
    text-align: left;
}

.linkbox {
    background-color: rgb(50, 50, 60);
    color: white;
    font-size: 18px;
    font-family: "Roboto Mono", monospace;
    padding: 5px;
    margin: auto;
    border: 4px;
    border-style: solid;
    border-color: rgb(50, 50, 60);
    width: 350px;
    text-align: left;
}

.linkbox:hover {
    background-color: rgb(70, 70, 80);
}

.canvas {
    max-height: 100vh;
}
