#header h1{
  font-size: 30px;
  line-height: 40px;
  transition: .5s font-size;
}
#header h2{
  font-size: 20px;
  line-height: 25px;
  transition: .5s font-size;
}
