body {
background-color:rgba(255, 255, 204,0.5);
}

h1 {
font-family:cursive;
letter-spacing:2px;
text-align:center;	
}

img {
opacity:0.5;
margin-left:20%;
width:60%;
height:60%;
}


p {
font-family:sans-serif;
font-style:italic;
font-size:20px;
line-spacing:5px;
padding:10px;
margin-right:200px;
}

.banner {
background-color:rgba(102, 102, 255,0.8);
width:100%;
height:2%;
margin-top:-10px;
}

.banner h1 {
font-family:Impact;
padding-top:20px;
}

.content {
border: 2px solid black;
border-radius:10px;
height:100%;
width:100%;
}
