  html {
	  
	  
  }
  
  a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: black;
}

 table {
	 margin-top: 5vh;
	

 
}
td {
	width: 40vw;
	
}
	
	#left {
		text-align: center;
		
	}
	
	#right {
		text-align: center;
	
	}
body {
	  background-color: white;
	  height: 300px;
	
}
#daily {
	padding-left: 15vw;
 
 
  padding-bottom: 5%;
}

#works {
	text-align: right;
  padding-right: 15vw;
 
   padding-bottom: 5%;
}

#con {
  font-family: Droid Sans Mono;
  font-height: 3vh;
  margin-top: 40vh;
  
}


h1 {
	float: center;
	text-align: center;
	
}

@media screen and (max-width: 440px) {
 
  table {
	  display: none;
  }
}