html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-color: #05BAE1;
  --header-text: #284166;
  --hero-desktop: url(/images/hero.jpg) no-repeat right bottom / cover;
  --hero-mobile: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/images/hero.jpg) no-repeat right bottom / cover;

}
