h1{
	color: black;
}
.content img {
	width: 500px;

}
.content img:hover{
	width: 900px;
    transition: 3s;
}

body{
	background-color: #04a3c7;

	/*background-image: url(background.);*/
}
.navigation {
	width: 20%;
	background-color:yellow ;
	border-radius: 15px ;
	padding: 10px;
	position: fixed;
}

.content{
	width: 100%;
	font-size:23px ;
	background-color:red ;
	margin-left: 22%;
	padding: 10px;
	border-radius: 15px ;
}
.links{
	height: 10vh;
	width: 100%;
	background-color:green ;
	border-radius: 25px ;
	margin-top: 2vh;
	padding-top: 20px ;
}
a{
	font-size: 23px;
	color: black;
	text-decoration: none;
}
a:hover{
	font-size: 25px;
	color: blue;
	text-decoration: underline;
}
.main{
	display: flex;
}






