body {
    background-image: url("grass-court.jpg");
    background-size: cover; 
}



.container {
  flex-wrap: nowrap | wrap | wrap-reverse;
}


	button{
	  background-color:light-grey;
	  width:80px;
	  height:30px;
	}

	button:hover{background-color:grey;}

	button:focus{background-color:green;}


	a.button{
	  color:green;
	  text-decoration: none;
	}

	a:visited {
	  color: purple;
	}

	a:active {
	  color: blue;
	}


.Live {
	background-color:green;
}




div.fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  border: 0px ;
}





.content {
  position: absolute;
  top: 69px;
  left: 10px;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
  height: 600px;
}



