* {
  box-sizing: border-box;
}

body, html {
  margin:0; padding: 0;
  height: 100%;
}

body {
  background-color: #d7d6ef;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

a,a:visited {
  text-decoration: none;
  color: #49468A;
}

a:hover {
  text-decoration: underline;
}

/* Use this for mobile*/
.full-width-image {
  width: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}