@charset "utf-8";
.container {
    background-color:#7E7E7E;
    width: 950px;
    color: #2D0CD3;
	margin:auto;
}
.logo {
   
    height: 80px;
    width: 80px;
	margin-left: 20px;
	margin-top: 20px;
	
}
.name {
  	
    height: 80px;
    width: 370px;
    margin-left: 120px;
    margin-top: -80px;
    font-family: abril-fatface;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
	padding-top: 20px;
	
	
}
.home {
    background: #000000;
    height: 30px;
    width: 50px;
    margin-left: 580px;
    margin-top: -80px;
    color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 10px;
	position: fixed;
	
}
.portfolio {
	background: #000000;
    height: 30px;
    width: 72px;
    margin-left: 658px;
    margin-top: -80px;
	padding-top: 10px;
    color: #FFFFFF;
    text-align: center;
	border-radius: 10px;
	position: fixed;
	
}
.about {
	background: #000000;
    height: 30px;
    width: 80px;
    margin-left: 750px;
    margin-top: -80px;
    color: #ffffff;
    text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	position: fixed;
	
}
.contact {
    background-color:#000000;
    height: 30px;
    width: 62px;
    margin-left: 850px;
    margin-top: -80px;
    color: #FFFFFF;
	position: fixed;
	padding-left: 6px;
	padding-top: 10px;
	border-radius: 10px;
	
	
}
.welcom {
    background-color: #660608;
	rounded-corner: 20px;
    height: 830px;
    width: 890px;
    margin-left: 30px;
    margin-top: 100px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    font-size: xx-large;
	border-radius: 20px;
}
.footer {
    height: 100px;
    width: 950px;
    background-color: #000000;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
	padding-top: 10px;
	color: #FFFFFF

}
.learn {
    width: 800px;
	margin-left: 55px;
	
}
#embed {
    background-color: aliceblue;
    height: 310px;
    width: 560px;
	margin-left: 165px;
}
