#header {
  background: #FDFDFD;
}

#logo {
  background : url(img/logo.png) no-repeat left center;
  background-size:contain;
  width: 150px;
}

#title {
  top: 40%;
  transform: translateY(-60%);

}
#title h1{
  color: #EC222A;
}

#title h2{
  color: #0099CC;
}
