/* CSS Document */

body {
  background-color: #000000;
  font-family: palatino;
  color: white;
  font-size: 20px;
}

h1 {
  font-family: Palatino;
  color: #e51552;
  font-size: 30px;
}

h2 {
  font-family: helvetica, arial;
  color: black;
  font-size: 10px;
}

h3 {
  font-family: palatino;
  font-weight: 400;
  color: white;
  font-size: 14px;
}


A:link {color: #e51552; text-decoration: none}
A:visited {text-decoration: none; color: #e51552}
A:hover {text-decoration: underline; color: #1E65B3;}

#container{
  width: 800px;
}

#title {
  position: absolute;
  top:20px;
  left:45px;
  width: 350px;
}

#description {
  position: absolute;
  left:470px;
  top: 0px;
  width: 450px;
}
