.result-area {
    background: #1e1e1e;
    padding: 10px;
    border: 1px solid #333;
    margin-top: 10px;
    white-space: pre-wrap;
    min-height: 60px;
}

button {
    background: #333;
    color: #e0e0e0;
    border: 1px solid #555;
    padding: 8px 14px;
    cursor: pointer;
}

button:hover {
    background: #444;
}