body {  background:white;  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: black;      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{	  color: white;	  }a:hover{background-color:aqua; cursor: url(https://axelotl3001.neocities.org/School/3784.png), auto;  }   a:visited {color: aqua;}			#main{background: red;display:flex;}#side{  background:blue;width: 20%;}#onderwerpen{border-style: dotted;background: linear-gradient(90deg,rgba(226, 212, 255, 1) 0%, rgba(145, 200, 207, 1) 100%);height: 150px;}#Text{width: 80%;background: yellow;}#footer{position: fixed;left: 0;bottom: 0;width: 100%;background-color: red;color: white;text-align: center;background: orange;  height: 30px;}