:root {
    --acc-color-dark: #2a3e4e;
    --acc-color-mid: #6049d8;
    --acc-color-bright: #eadc68;
    --bg-color: #181818;
    --d-shadow: 0px 0px 0px black;
    --d-hue: 0deg;
    --d-saturate: 100%;
    --d-brightness: 100%;
}

html {
    font-size: 14px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}
html, body, .container,main {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}