@import url(lower.css);


body {
  background: linear-gradient(to right,
      #f26a3d 0%,
      #e60012 40%,
      #b80000 70%,
      #7a0000 100%);

}