body {
color: #ff63b6;
font-family: 'Arial', sans-serif;
margin: 50px;
background-color: #6220B0;
padding: 10px;
background-image: url(gifs/wooper.gif) ;
}
div {
  background-color: #2e006e;
  width: 1000px;
  height: 500px;
  border: solid 5px #000000;
  padding: 10px;
  margin: 10px;
  }
div.small {
  background-color: #2e006e;
  width: 600px;
  height: 300px;
  border: solid 5px #000000;
  padding: 10px;
  margin: 10px;
  }
  div.silly {
  float: right;
  background-color: #2e006e;
  width: 200px;
  height: 200px;
  border: solid 5px #000000;
  padding: 10px;
  margin: 10px;
  }
  div.long {
  background-color: #2e006e;
  width: 1000px;
  height: 300px;
  border: solid 5px #000000;
  padding: 10px;
  margin: 10px;
  }
  div.left {
  float: left;
  padding: 10px;
  width: 20%;
}
div.right {
  float: right;
  padding: 10px;
  width: 20%;
}
p.center {
text-align: center;
}
h2.inset {
border-style: inset;
background-color: lightgrey;
text-align: center;
width: 100px;
height: 60px;
margin: auto;
}
h3.inset {
border-style: inset;
background-color: lightgrey;
text-align: center;
width: 100px;
height: 60px;
margin: auto;
}