/* Elements */

a {
  color: white;
  font-family: sans-serif;
  font-size: 10pt;
}

body {
  text-align: center;
  background-color: #0066B3;
}

textarea {
  background-color: #007ECB;
  border: 1px solid black; 
  color: white;
  font-family: sans-serif;
}

/* Classes */

.text{
  color: white;
  font-family: sans-serif;
  font-size: 8pt;
}

.content {
  float: left; 
  margin-left: 2px; 
  width: 250px; 
  height: 200px; 
}

.content2 {
  float: left;
  margin-left: 2px;
  width: 400px;
  height: 200px;
}

.holder {
  margin: auto;
  height: 200px;
  width: 660px;
}

/* IDs */

#container {
  background-color: #007ECB;
  border: 1px solid black;
  margin: auto;
  height: 500px;
  width: 800px;
}

#floor {
  background-color: white;
  border: 1px solid black;
  width: 500px;
  height: 500px;
  margin: auto; 
}
