.decryption-text-container {
    display: block;
    width: 100%;
}

.decryption-text-el {
    display: inline-block;
    font-family: monospace, Courier, sans-serif;
    letter-spacing: 1px;
    transition: text-shadow 0.3s ease;
    cursor: default;
}
