*{
	padding: 0;
	margin: 0;
}
.logo {
	height: 180px;
}
header{
	background:royalblue;
	position: sticky;
	top:  0px;
}
nav {
	position: absolute;
   right: 200px;
   top: 0px;
   font-size: 40px;

}
nav li{
	padding-left: 50px;
	display: inline-block;
}
li:hover{
	color: greenyellow;
	transition: 0.5;

}
.card{
	background-color: lemonchiffon;
	width: 70%;
}
.myPhoto{
width: 200px;
}
.leftContent {
	width: 20%;
	position: absolute;
	right: 0px;
	top: 200px;
	background-color: tomato;
	z-index: -1;
}
.finish{
	background-color: black;
	font size: 22px;
	color: yellow;
}
