* {
	margin: 0px;
	text-decoration: none;
}

.navbar {
	position: fixed;
    background-color: rgb(38, 41, 38, 0.7);
	font-family: sans-serif;
	width: 100%;
	padding: 20px;
	padding-left: 30px;
}

.navdiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo a{
	font-weight: bold;
	font-family: sans-serif;
	font-size: 35px;
	color: white;
}

#menu {
	padding-right: 40px;
}

#menu li {
		list-style: none;
		display: inline-block;
}

#menu li a{
		color: white;
		font-size: 18px;
		font-weight: bold;
		margin-right: 25px;
}

#general {
	padding: 250px 200px;
	font-size: 70px;
	font-family: monospace;
	background: rgb(26, 49, 79);
	color: white;
}

#genText {
	color: rgb(54, 199, 102);
}

#aspiring {
	font-size: 50px;
} 

#applyexample {
	height: 100px;
	line-height: 100px;
	padding: 100px;
	text-align: center;
	font-size: 50px;
	color: rgb(0,0,0);
	background-color: rgb(0,0,0);
	
}

#important { 
	
	padding: 50px;
	font-size: 20px;
	color: rgb(0, 255, 255)
}
#important1 { 
	padding: 50px;

	font-size: 20px;
	color: rgb(255, 0, 140);
}
#important2 { 
	padding: 50px;

	font-size: 20px;
	color: rgb(209, 42, 0);
	background-color: rgb(250, 2, 7)
}
#important3 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(70, 168, 50);
	background-color: rgb(162, 168, 47)
}
#important4 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(53, 47, 168);
	background-color: rgb(124, 47, 168)
}
#important5 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(196, 35, 127);
	background-color: rgb(112, 126, 128)
}
#important6 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(255, 0, 38);
	background-color: rgb(44, 156, 3)
}
#important7 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(3, 29, 156);
	background-color: rgb(72, 3, 156)
}
#important8 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(44, 242, 0);
	background-color: rgb(4, 199, 173)
}
#important9 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(200, 255, 0);
}
#important10 { 
	padding: 50px;
	font-size: 20px;
	color: rgb(209, 42, 0);
	background-color: rgb(250, 2, 7)
}


	