body {
    margin: 0;
    overflow: hidden;
}

.pageText {
    color: white;
    padding: 20px;
    font-family:Arial, Helvetica, sans-serif;
}

.textDiv {
    background-color: rgba(63, 63, 63);
    border-radius: 25px;
}

#canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#rogue {
    position: absolute;
    top: 10px;
    left: 10px;
}

#specops {
    position: absolute;
    bottom: 20px;
    right: 20px;
}