
/* Body Styles */

h1, demo, button {
	float: right;
	position: relative;
}

h2 {
  float: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 5px red;
}

ol {
  float: right;
  transform: rotate(-15deg);
  letter-spacing: 2px;
  text-shadow: 1px 1px 5px red;
}

article#achar {
	display: inline;
}
ol#char{
	float: right;
	display: block;
}
p {
  float: right;
}


/* Image Styles */

figure#gath {
  float: left;
  box-shadow: 5px 5px red;
}


figure#pax {
  float: left;
  box-shadow: 5px 5px red;
}

/* Multiemedia Control Styles */

audio {
  background-color: white;
  display: block;
  margin: 5px auto;
  text-align: center;
  width: 95%;
  border: 3px outset black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: red;
  color: white;
}
