body{background-color:#000000;color:#fff;text-align:center;}

.header{color:#fff;border-width:2px;border-color:#657383;border-style:solid;margin-top:2px;margin-bottom:2px;padding:1px;
	font-size:16px;text-align:center}
	
	.title3{background-color:#2d6b26;color:#fff;font-size:25px;margin-top:0;text-shadow:none; padding: 5px;}


.onlinecolumn {
        text-align: center;
        width: 50%; /* Each column takes 50% of screen width */
        float: left;
        box-sizing: border-box;
        padding: 5px;
        background-color: #fff; /* Background color for columns */
        color: white; /* Text color for columns */
        border: 1px solid black;
    }

    /* Style the game name */
    .onlinename2 {
        font-size: 1.2em;
        font-weight: bold;
    }

    /* Style the time font */
    .time{
        font-size: 1.5em;
        color: #FFD700;
    }
    
    /* Style the result numbers */
.result-background {
  font-size: 1.6em;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
  background-color: #000000;
  border-radius: 50px;
}

    /* Style the result numbers inside spans */
.onlinenumber {
  color: #FFD700; /* Gold color for numbers */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
