* {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

body {
  background-color: #753ff6;
  background-image: url(images/group-26.png);
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
}

.body-inner {
  margin: 0;
}
.view-wrap {
  padding: 0 7%;
}

@media (min-width: 900px) {
  .body-inner {
    max-width: 100%;
    max-height: 100%;
  }
  .view-wrap {
    padding: 0 10%;
  }

  body {
    background-color: #753ff6;
    background-image: url(images/group-26.png);
    background-position: center;
    background-size: 188% 250%;
    background-repeat: no-repeat;
  }
}
