html,
body {
  height: auto;
}

body {
  background-image: linear-gradient(to bottom, #7cceb1, #7948dc);
  background-repeat: no-repeat;
  color: #fff;
}

.mount svg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.row {
  max-width: 520px;
}

.column small-12 {
  display: none;
}
