#main {
  background:
    linear-gradient(rgba(218, 218, 218, 0.8), rgba(255, 255, 255, 0.8)),
    url("/images/bg-1.jpg");
  background-position: center;
  background-size: cover;
}
