.caesar-key, .caesar-plaintext, .caesar-ciphertext, #text-freq, #bruteforce-ciphertext .split-ciphertext {
    text-transform: uppercase;
}

.caesar-key {
    width:auto;
}

.correct-key {
    color:#080;
}
