html{
	height:100%;

}
body {
  margin: 0;
  padding: 0 0 0 0;
  background-color: #434343;
  background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);
  background-size:15px 15px;
  height: 100%;
}
#content{
	font-family: 'VT323', monospace;
  color:white;
  width:50vw;
  height:80vw;
  margin: auto;
  background-color:rgba(100,100,100,10); 
  padding: 10vw;
  text-align: center;
  font-size: 150%;
  transform: rotate(-7deg);
}
h1{
	margin-top:0px;
	padding-top:0px;
}
#ddpcanvas {
	background-color: black;
	height: 40vw;
	width: 40vw;
}