body{
     background: black;
}

* {
    box-sizing: border-box;
    margin:0;
}

#enter1 {
    
    text-align: center;
    text-shadow: 1px 1px #fff;
    font-size: 20px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.btn {
 background-color: red;
 display: inline-block;
 line-height: 1.42857143;
 border: 5px solid black;
 border-radius: 10px;
 color: #fff;
 font-style: italic;
 padding: 8px;
 font-weight: bolder;
 font-size: 6vw;
 padding-top: 0px;
 padding-bottom: 0px;
}

.banner{
width:100%;
display: inline-block;
background-color: red;
padding: 10px; 
color:#000; 
border-radius: 35px; 
font-weight: bolder; 
font-size: 7vw;
}

.navbar{
   text-align: center;
   border: 2px solid black;
		}

		.navbar>div{
			display: inline-block;
		}

        .link{
            width: 33%;
        }
        
        
.navbar a{
			font-size: 15px;
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 5px;
			border: 2px solid black;
			border-radius: 10px;
			background: #ff0000;
			font-weight: bold;
		}


.time
{
color:yellow;
}

.fastboard
{
font-size:30px;
color: #fff;
} 

.fastresult
{
font-size:40px;
color:#F7FF00 ;
}

.fastdaydata{

    background: linear-gradient( to bottom, #1000ff, #ffffffd4);
    border: outset #00030e 3px;
    padding: 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align:center;
    float: left;
    width: 50%;  
}

.fastname{
     Font-family:helvetica;
     color:#fff;font-size:18px; 
     font-weight:bold; 
     padding-left:2px; 
     padding-right:2px"
    }


/* Clear floats after the columns */
.columns:after {
  content: "";
  display: table;
  clear: both;
}


table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}
.fast-table td {
    border: 1px solid
}
.fastgamename
{
background-color:#ff0000; 
color:#ffffff; font-size:12px; 
font-weight:bold; 
padding: 4px 2px 4px 2px;
}

.fast-side
{
background-color:#ff0000;
color:#ffffff;
font-size:13px;
}

a{
 text-decoration:none;
}

 

.fastbackground
{
display:inline-block;
position:relative;
width:40px;
height:25px;
background-color:#fdffd4;
border-radius:50px
}
.fastnumber
{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:red!important;
font-size:20px
}

.linksbtn {
	color: red;
	font-size: 20px;
	text-decoration: none;
	font-weight: 900;
	font-family: sans-serif;
	text-shadow: 4px 4px 4px #ffffff;
}
  .links h2 {
     text-align:center;
     margin:10px;
     background: #f5deb3;
}

.charts{
background:#ffeec7; 
text-align:center;
font-family: helvetica neue,Helvetica,Arial,sans-serif; 
font-size:15px;
}


.article {
  background-color:#fff;
 font-family: arial;
 text-decoration: none;
 border-width: 3px;
 border-color:#ff0000;
 border-style: outset;
 padding: 10px;
 border-radius: 10px;
 text-align: justify;
}

.refreshButton {
    text-decoration: none;
    padding: 4px 8px;
    background-color: WHITE;
    color: #30051c;
    border-width: 4px;
    border-color: red;
    border-style: inset;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5em;
    border-radius: 10px;
    position: fixed;
    bottom: 70px;
    right: 10px;
}