body {
  background-image: url(https://curio.scene.org/screenshots/still-intrinsic-gravity/07.jpg);
  color: white;
  font-family: Sans-serif;
   cursor: url(https://axelotl3001.neocities.org/School/3784.png), auto;
   text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

#menu{
    color: white;
    background-image: url(https://grafischebestanden.neocities.org/Sven/02.jpg);  
    height: 60px;
	display: flex;
	width: 100%;

    }
    
#Titel{
font-size:25;
text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

#Knopjes{
color: white;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
    }
	
a:hover{
background-color:aqua;
 cursor: url(https://axelotl3001.neocities.org/School/3784.png), auto;
  }
  
 a:visited {
color: aqua;
}
			
#main{
display:flex;
}

#onderwerpen{
width: 20%;
background: #e2d4ff;
background: linear-gradient(90deg,rgb(56, 56, 56) 0%, rgb(201, 201, 201) 100%);
height: 150px;
}

#Text{
width: 80%;
}
#footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
background-image: url(https://curio.scene.org/screenshots/spectrals-vx2/02.jpg);  
height: 30px;
}