a {
	color: lightcoral;
}

#container{
background-color: purple;
height: 100vh;
margin-bottom: 45px;
width: 80%;
margin-left: 10%;
float: left;
clear: both;
}

.final{
height: 200px;
width: 400px;
}
#project {
	height: 400px;
width: 500px;
}

.title {
	background-color: lightcoral;
font-size: 45px;
text-align: center;
width: 60%;
margin-left: 20%;
}

.content{
background-color: lightyellow;
width: 80%;

margin-left: 10%;
margin-top: 5%;
font-size: 35px;
border-radius: 7.5px;
padding-top: 1vh;
padding-left: 2%;
}

.header {
margin-top: 5%;
margin-left: 2%;
background-color:lightblue;
float: left;
border-radius: 15px;
}

.menu{
color: black;
font-size: 15px;
margin-right: 15px;
margin-left: 15px;
margin-top: 30px;	
margin-bottom: 30px;
padding-left: 5px;
padding-right: 5px;
padding-top: 25px;
padding-bottom: 20px;
background-color: lightcoral;
border-radius: 10px;
text-align: center;
}