*{  
	fill: 100;
	margin:0;
	padding:0;
}


body
{
		background-image: url();
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
  		background-position: top;
  		background-repeat: no-repeat;
  		background-size: cover;
}


ul li{
	border: solid;
	border-color: black;
	border-radius: 20px;;
	border: 1px solid black;
	padding: 10px 30px;
	color: pink;
	text-decoration: none;
	transition: 0.2s ease;
	margin: 1cm;
	font: Arial;

}

 li{
	list-style-type: none;
	display: inline-flex;
	justify-content: center;
}

.divforlist{
	position: absolute;
	top: 10%;
	left: 13%;
}

a, a:hover, a:active{
	color: black ;
	text-decoration:none;
}

li:hover{
	background-color: #fff;
	opacity: 50%;
	color: black;
	border: none;
	border-radius: 0px;
	padding: 40px 60px
	}
.footer{
	position: absolute;
	bottom: -285%;
	width: 99%;
	margin: 0px;
	background-color: #595959;
	padding:2.5%;
	padding-right:0% ;
	padding-left: 1%;
}


.mailto:hover{
	color: #99b3ff;
}

.info{
  font: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
  color:black;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  font-size: 200%;
  max-width: 40%;
  word-break: keep-all;
  margin-left: 35%;
  margin-top: 20%;

}


.more{
	  font: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
  color:#867;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
	font-size: 150%;
	justify-content: center;
	margin-left: 35%;
}

.help{
	font: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
  	color: black;
  	text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
	margin-left: 30%;
	margin-top: 20%;
	font-size: 200%;
	max-width: 35%;
}

.hometext{
  font: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
  color: aqua;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  margin-top: 25%;
  margin-left: 25%;	
}



}



vid{
	width: 50%;
	}

        
        

	table, th, td {
	  border: 1px solid black;
	  border-collapse: collapse;
	}
	th, td {
	  padding-top: 10px;
	  padding-bottom: 20px;
	  padding-left: 30px;
	  padding-right: 40px;
	}
	a {text-decoration-line: none;}

.pastpapers{
	margin-top: 20%;
}