.background {
  background-position: 50% 50%;
  background-size: contain;
  background-image: url('../lifegoals.png');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: fixed;
}
