body {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/background.png");
  background-size: cover;
  background-position: center center;
  /* background-repeat: repeat; */
}
