body {
  background: black;
}
.mainPage {
  background: url(svg/purpose/purposeMain.svg) no-repeat bottom center fixed;
  background-size: cover;
  height: 100vh;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 7vh;
  box-sizing: border-box;
}
.purpose {
  display: flex;
  justify-content: center;
  margin: 0;
}
.lamp {
  display: flex;
  right: 3vw;
  position: absolute;
  top: 100vh;
  z-index: -5;
  width: 15vw;
  min-width: 250px;
}
.gitForIpad {
  color: #fff;
}
@media (min-width: 480px) and (max-width: 1400px) {
  .mainPage {
    background-position: center center;
    background-attachment: scroll;
  }
}
