body {/* main body */

	background-image: url("../images/background4.png");
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {

	color: #990000;
	text-align: center;         /* Main heading "Myspace"*/
	font-size: 70px;
	margin: 30px 200px 0px 200px;
	padding:20px;
	font-family: cursive;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 10px rgba(255,255,255,0.3);
    
}

h3 {

	text-align:center; 
	color: #660033;
	font-family: Jim Nightsade;
	font-size: 35px;              /* next heading "welcome"*/
	text-align: center;
	margin: 60px 300px 0px 300px;
	padding: 5px;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 10px rgba(255,255,255,0.3);
}

a:link {

	color: black;
	text-decoration:none;
	display:inline-box;
}

a:hover {

	color: white;
	background-color: #990000;
	opacity:0.6;
	padding:3px 3px 2px 3px;
	display:inline-box;
	border-radius: 25%;
}

#image1 {

	margin-top: 1px;
	margin-left: 300px;
	margin-right: 680px;
	border: 2px solid white;
	text-align: ;

}

.navbar {

	background-color:;
	margin-top: 10px ;
	margin-left:200px;
	margin-right: 200px;
	text-align: center;
	font-size: 20px;
	border-bottom: 3px solid #990033 ;
	width: 25%;

}

#mypic {

	height:100px;
	width:100px;
	margin-top:40px;            /* My circular photo*/
	margin-left:250px;
	border-radius: 50%;
}

.box {

	font-size:20px;
	margin-top:20px;
	margin-left:250px;			/* The intro writing part*/
	margin-right:600px;
	color:white;
}
