html,body{
  height: 99%;
  width: 99%;
  background-color: #660000;
}
*{
  box-sizing: border-box;
}
hr{
  color: #660000;
  border: 1px solid #660000;;
}
h1{
  font-size: 4em;
  text-shadow: 2px 2px #660000;
  font-style: oblique;
}
h2{
  font-size: 3em;
  text-shadow: 2px 2px #660000;
  font-style: oblique;
}
h3{
  font-size: 2em;
  text-shadow: 2px 2px #660000;
  font-style: oblique;
}
h4{
  font-size: 1em;
  text-shadow: 2px 2px #660000;
  font-style: oblique;
}
h5{
  font-size: 2em;
  text-shadow: 2px 2px #660000;
  font-style: oblique;
}
p,b{
  font-family: 'Courier New', monospace;
  font-size: 20px;
  color: white;
  width: 90%;

}

ul{
  font-family: 'Courier New', monospace;
  font-size: 20px;
  color: white;
}
a{
  font-family: 'Courier New', monospace;
  font-size: 20px;
  color: white;
}
img{
  border: 2px solid #ffffff;
  border-radius: 15px;
}


.left{
  width: 48%;
  position:absolute;
  left: 5px;
  background-color: #ababab;
  color: ghostwhite;
  border: 2px black;
  border-radius: 25px;
}
.right{
  width:48%;
  position: absolute;
  right:5px;
  background-color: #ababab;
  color: ghostwhite;
  border: 2px ghostwhite;
  border-radius: 5%;
}
