p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 4.5em;
  color: blue;
}
h1 {
  font-family: Calibri, Arial, sans-serif;
  font-size: 3em;
  color: red;
  text-align: center;
}

div.main {
float:left;
width:600px;
background:#9c9;
}

div.side{
float:right;
width:250px;
background:#c9c;
}
