html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Gilroy, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: url(/images/QSR.svg) fixed;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: #f4f2e9;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    margin-bottom: 60px;
}