body {
  background-image: url(a.png);
  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(b.png);  
    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(120, 59, 243) 0%, rgb(47, 0, 255) 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(afbeelding.png);  
height: 30px;
}