.topArea{
  margin-top: 30px;
background: #666;
color: #fff;
text-align: right
}
.contactArea{
background: #666;
color: #fff;
text-align: right
}
.contactColumn{
font-size: 12px;
display: inline-block;
margin-right: 10px;
}
div.contactColumn > a {
  color: #fff
}
h1 {
  color: #fff;
  font-family: 'Petit Formal Script', cursive;
}
h2 {
  color: #fff;
}
body {
  font-family: 'Roboto', regular;
}
#eyes {
  height: 130px; 
  background-image: url('/img/eyes.jpg');
}
#main {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background-image: url('/img/bg.jpg');
}

a {
  color: #fff;
  font-weight: bold;
           
}
