#live-score-wrapper {
    font-family: Calibri, Arial, sans-serif;
    background: #f4f4f4;
    padding: 20px;
    color: #333;
    text-align: center;
}

#live-score-wrapper h1 {
    color: #444;
}

#live-score-wrapper button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    background-color: #5cb85c;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

#live-score-wrapper button:hover {
    background-color: #4cae4c;
}

#live-score-wrapper .my-pre {
    background: #fff;
    padding: 10px 20px;
    text-align: left;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px auto;
    max-width: 800px;
}
