body {
  background-image: url("imgAssets/background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#header {
  display: flex;
  justify-content: center;
}