body {
    background-color: black;
    color: green;
    font-family: "Courier New", monospace;
    text-align: center;
}

.whiteRabbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.hackingHint {
    font-size: 16px;
    opacity: 0.7;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
