.script-container {
    width: 80%;
    height: 400px;
    background: #1e1e1e;
    color: #ffffff;
    padding: 20px;
    font-family: "Courier New", monospace;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #ffcc00;
    overflow-y: auto;
    white-space: pre-wrap;
}
