#footer {
  margin: 40px 0 0;
  padding-top: 90px;
  padding-bottom: 80px;
  height: 70px;
  background-color: rgb( 36, 47, 96);
  background-image: url(/images/waves-bg.svg );
  background-position-x: 5%;
  background-position-y: -72%;
  background-repeat: no-repeat no-repeat;
  background-size: 150%;
  color: rgb( 255, 255, 255);
}