body{
    background-color: black;
    color: white;
    margin-left: 25px;
}
.backgroundImage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: -1;
  width: auto;
  height: auto;
}
h2{
    margin-top: 50px;
}