::-moz-selection{
    color: white;
    background: rgba(255, 255, 255, 0.25);
}

::selection {
    color: white;
    background: rgba(255, 255, 255, 0.25);
}

body {
    background-color: rgb(12, 14, 32);
    color: rgba(255,255,255,200);
    font-family: 'Courier New', Courier, monospace;
    margin: 0px;
    padding: 0px;
}

#main-window {
    min-width: 360px;
    width: 100vw;
    min-height: 100vh;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
}

#main-window * {
    min-width: 360px;
    width: 50%;
}

.linkbox {
    display: block;
    justify-content: space-around; 
}

a:link, a:active, a:visited, a:hover {
    color: white;
    margin: 1em;
}

a:hover {
    color: rgb(120, 128, 238);
}

#canvas {
    width: 100vw;
    height: 100vw;
    position: fixed;
}
