html{
	width: 100%;
	background-image: url("../images/ofi.png");
	background-repeat: no-repeat;
    background-size: 100% 100vh;
}
body{
	margin: 0%;
	padding: 0%;
	font-family: monospace;
	width: 100%;
	height: 100vh;
	background-color: rgb(51, 195, 240, .3);
}

.container {
	text-align: center;
	margin: auto;
	width: 80%;
	font-size: .6rem;
}

table {
	background-color: rgb(255, 255, 255, .8);
	width: 100%;
	color: rgb(0, 25, 255);
  }

tbody tr:nth-child(odd) {
	background-color: rgb(0, 25, 255, .8);
	color: #ffffff;
  }
  
  tbody tr:nth-child(even) {
	background-color: rgb(0, 25, 255, .6);
	color: #ffffff;
  }
  
  tbody tr {
	/*background-color: chartreuse;*/
  }
  
  