.background {
    position: fixed;
    display: block;
    top: 0;
    left: 0; 
    z-index: -1;
    background-size: 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
  }
