.code-area {
    width: 80%;
    min-height: 200px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    background: #1e1e1e;
    color: #d4d4d4;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 15px;
    white-space: pre;
    resize: none; /* запрещаем изменение размера */
}
