body {
	background-image: url('superior.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Gayathri', sans-serif;
	color: white;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li {
	float: left;
	width: 237px;
	height: 50px;
	background-color: #000cff;
	opacity: .8;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
}

ul li a {
	text-decoration: none;
	color: white;
	display: block;
}

ul li a:hover {
	background-color: blue
}

ul li ul li {
	display: none;
}

ul li:hover ul li {
	display: block;
}

.Start {
	font-family: Arial;
	float: left;
	width: 400px;
	height: 150px;
	text-align: center;
	font-size: 24px;
}

.wob {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	position: fixed;
	bottom: 185px;
	left: 30%;
}

.wob img {
	transition: 1s;
}

.wob img:hover {
	filter: saturate(200%);
	transform: scale(1.2);
}

.ot {
	color: #c9f3ff
}

.Wild {
	font-family: 'Galada', cursive;
	color: #b0fffa
}

.ARR {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	position: fixed;
	bottom: 50px;
	left: 30%;
	color: #fc0303;
	text-decoration: underline;
	font-weight: bold;
}



