body{
	
	background-color:blue;
}
header img {
  border-radius: 25px;
  height: 200px;
  width:950px;
  box-shadow:5px 5px 5px 5px white;
  margin-left:200px;
  
 
  
}
.position{margin-left:120px;}
}
.size{
	font-size:30px;
}
img{
	border-radius:10px;
}
form{
	margin-left:220px;
	line-height:3;
}
.subscribe-box{
  text-align:center;
  font-style: oblique;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bolder;
  color: blue;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  background-color: white;
  border-radius: 10px;
  width:800px;
  margin-left:200px;
  
}


