body{
	background-color:lightgrey;
	margin: 0;
	padding: 0;
	 font-family: 'Rubik', sans-serif;
}

h3,h2,h1,h5,h6,h4,p{
 
	padding: 0;
	margin: 0;

}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.logo{
	padding:10px;
	text-transform: uppercase;

}
.heading{
	color: white;
	text-align: center;
    background-color: #3c9;
text-transform: uppercase;
}
footer{
	padding:10px;
}
.game_number{
	padding: 20px;
	text-align: center;
}
.head{
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
}
.refresh{
position: relative;
    padding: 10px;
    background: red;
    right: 20px;
    bottom: 50px;
    width: auto;
    float: right;
    color: white;
}
.blogbox{
		margin-top: 15px;
	padding:10px 15px;
	background-color: ghostwhite;
	box-shadow: 0px 4px -2px white;
	border: 1.5px solid white;
}
.btn1{
  color:white;
  text-transform: uppercase;
  font-weight:500;
  border-radius:5px;
  background-color: #00c0ef;
  border:none;padding:5px 20px; 
      text-decoration: none;
      font-size: 15px;
box-shadow:0px 2px -10px ghostwhite;
 }
 
h6.game {
    font-size: 1em;
    margin: 4px 8px;
}