 html,
 body {
     width: 98%;
     height: 98%;
     background: rgb(2, 0, 36);
 }
 #menu {
     width: 60%;
     height: 80%;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     padding-top: 50px;
 }
 a {
     text-decoration: none;
     color: #E11584;
     text-shadow: 1px 1px 10px darkblue;
     font-size: 60px;
     font-family: helvetica, verdana;
	 text-align: center;

 }
 h1 {
     font-size: 65px;
     text-decoration: underline;
     color: aliceblue;
     font-family: helvetica, verdana;

 }
#deel1{
	
	float: left;
	margin-left: 200px;
}

#deel2{
	
	float: right;
	
		margin-right: 200px;
	
}
