body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.loto-results {
    margin-top: 20px;
}

.ball {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    margin: 5px;
}

.blue {
    background-color: #00AEEF;
}

.red {
    background-color: #ED1C24;
}

.label {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    color: #333;
}
