*{
	font:Times;
}
body{
	background: rgba(12, 15, 124, 0.2);
	
}

img {
	position:relative;
	top:0px;
	left:300px;
	width:300px;
	height:300px;
	image-align:center;
}

h1{
	text-align:center;
	color:red;
}

p{
	text-align:center;
}

h2{
	position:relative;
	left:8px;
}

ul{
	position:relative;
	text-align:right;
}

.box1 {
	position:relative;
	text-align:right;
	top:-300px;
	left:950px;
	background-color:rgba(120, 15, 16, 0.5);
	border:10px solid black;
	width:250px;
	height:350px;
	
}

.box2 {
	position:relative;
	top:-250px;
	left:0px;
	background-color: rgba(120, 15, 16, 0.5);
	border:10px solid black;
	width:1250px;
	height:230px;
}

.box3 {
	position:relative;
	top:-200px;
	left:0px;
	background-color:rgba(120, 15, 16, 0.5);
	border:10px solid black;
	width:1250px;
	height:110px;
}

.box4 {
	position:relative;
	top:-150px;
	left:0px;
	background-color:rgba(120, 15, 16, 0.5);
	border:10px solid black;
	width:1250px;
	height:130px;

}
