#moving-gradient {
    background-color: #88c999;
    margin-top: 40px;
    width: 500px;
    height: 8px;
    position: relative;
}

#info {
    font-family: "Gill Sans", Lato;
    font-size: 30px;
    font-weight: 300;
    padding: 0px;
    margin-top: 10px;
}

@media screen and (max-width: 800px) {
  #moving-gradient {
    width: 65%;
    height: 1.0vw;
  }
  #info {
    font-size: 3.8vw;
  }
}