  html {
	  
	  font-family: 'Roboto Mono', monospace;
  }
  
  a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: black;
}

 taable {
	 margin-top: 5vh;
	
  color: black;
  background-color: white;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100vh auto;
  background-image: url("ja.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: 50%;
  background-position-y: 40%;
 
}

body {
	  background-color: white;
	 
	
}


h1 {
	float: center;
	text-align: center;
	
}

