/* Center buttons */
button {
    margin-right: 10px;
    padding: 8px 16px;
    border: none;
    background-color: #0d6efd;
    color: white;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
button:hover {
    background-color: #0b5ed7;
}

/* Result box */
#iperf-result {
    background-color: #1e1e1e;
    color: #0f0;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-family: monospace;
}


#speedtestOutput {
  white-space: pre-wrap;
  overflow-y: auto;
  max-height: 250px;
}
