body{
background-image:url(allpic/tiles.jpg);
height: 200%;
}
	

header{
width:80%;
background-color: black;
border-color:blue;
border-style:solid;
border-width:5px;
color:white;
float:center;
margin-right:auto;
margin-left:auto;
padding:5px;
overflow:hidden;
}

section{
width:80%;
color:yellow;
background-image:url(allpic/bumblebee.jpg);
background-size: cover;
background-repeat: no-repeat;
margin-right:auto;
margin-left:auto;
float:center;
border-color:red;
border-style:solid;
border-width:5px;
padding:5px;
}

h1{
font-size:3em;
margin:0;

}

hgroup{

float:bottom;
}
hgroup h1{
padding-top:0;
line-height:1em;

}
hgroup h2{
font-size:1.2em;
line-height:1em;

}

a:hover{
text-decoration:none;
color:white;
float:center;
  border: 5px solid #2EFEF7;
  border-radius: 5%;
  font-size:25px;
  background-color:black;
}

img{
float:right;
margin:0px 0px 5px 5px;
box-shadow:3px 3px 5px 1px yellow;
}



