#continueDiv {
    color: LimeGreen;
    text-align: center;
    margin: 0;
    font-size: 100%;
}
body {
    background-color: black;
    font-family: "Courier New", Courier, monospace;
    color: LimeGreen;
}
.title {
    margin: 0;
    text-align: center;
    color: LimeGreen;
}
code {
    color: LimeGreen;
    font-size: 100%;
}
.textToCenter {
    text-align: center;
}
.blackInput {
    background-color: rgba(34, 110, 55, 0.12);
    color: #9bcfa2;
    border: 1px solid rgba(74, 190, 95, 0.24);
    outline: none;
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
    caret-color: #7fbf88;
}

.blackInput:focus {
    border-color: rgba(74, 190, 95, 0.38);
    background-color: rgba(34, 110, 55, 0.16);
}
.stats {
    background-color: black;
    color: LimeGreen;
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
}
pre {
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
}
