html, body {
  height: auto;
}

body {
  /*background-image: linear-gradient(to bottom, #7cceb1, #7948dc);
  background-repeat: no-repeat;
  color: #fff;*/
    background: #ffffff;
    
}

.mount svg {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.row {
  max-width: 800px;
}
