body
{
background-image: url("irvin/bois.jpg")

}
p
{
 color: white;
 front-style:Comic Sans MS;
 text-shadow: 2px 2px 4px red;
 

 }
 h1
 {
 font-size: xx-large;
 color: blue;
 front-style:Comic Sans MS;
 text-decoration: underline;
 border: 10px orange shadow;
 text-shadow: 2px 2px 4px red;
 margin-left:450px;

 }
 h2
 {
 color: blue;
 front-style:Comic Sans MS;
text-decoration: underline;
text-shadow: 2px 2px 4px red;
 margin-left:450px;

}
aside
{
display: inline-block;
width:400px;
border: 3px black inset;
border-radius: 10px 5px 10px 5px;
text-shadow: 2px 2px 4px red;

}
nav
{
display: inline-block;
width:300px;
border: 3px black outset;
border-radius: 10px 5px 10px 5px;
 margin-left:200px;
 text-shadow: 2px 2px 4px red;
}
footer
{
margin-left:450px;
font-size: xx-large;
}
#gif1
{
position: absolute;
right: 50px;
top: 1000px;
}
 