*{
	color: white;
	margin: 0px;
}
.header{
	background: black;
	height: 15vh;
}
.header1{
	margin-left: 33px;
	align-content: center;
	font-family: "Modern Antiqua", serif;
	font-weight: 400;
    font-style: normal;

}

.container{
	height: 80vh;
	display: flex;
	background-color: black;
}
nav{
	display: flex;
	justify-content: space-between;
	align-content: center;
	list-style-type: none;
	cursor:pointer;
}
nav ul li{
	display:inline-block;
	padding:22px;
}
nav ul li a{
	font-family: "Google Sans Code", monospace;
	font-size: 1.2em;
	text-decoration: none;
}
nav ul li a:hover{
	text-decoration: underline;
	transition: 4s;
}
.content{
	flex:3;
	padding: 12px;
	background-color:black;
	border-radius:22px;


}
.head1{

	font-size: 4.5em;
	margin-left: 10%;
	margin-top: 10%;
	font-weight: bold;
}
.description{
	font-size: 4em;
	margin-left: 10%;
	font-family: "Tomorrow", sans-serif;
  	font-weight: 100;
  	font-style: normal;
}
.oluoch{
	color: red;
}
.aside{
	flex: 3;
	background-repeat: no-repeat;
	background-image: url(vnn1.jpeg);
	background-size: 100%;
}
.footer{
	background-color: #0F0E0E;
	height: 5vh;
}
