  html {
	  margin: 5vw;
	  font-family: 'Roboto Mono', monospace;
  }
  
  a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: black;
}

 

body {
	  background-color: white;
	  width: 90vw;
	
}
#daily {
		
		font-size: 3vh;
		text-align: left;
		padding-left: 13vw;
}

#works {
		
		font-size: 3vh;
		text-align: right;
		padding-right: 15vw;
		
}

#con {
  font-height: 3vh;
  margin-top: 0vh;
  
}


h1 {
	float: center;
	text-align: center;
	
}

@media screen and (max-width: 440px) {
 
  table {
	  display: none;
  }
}