:root {
  /*--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;*/
  --background: rgb(27,27,27);
  --background-alt: #3a3a3a;
  --foreground: #aaa;
  --accent: rgb(43, 130, 227);
  --accent-alt: rgb(33, 120, 217);
  --accent-foreground: #c9c9c9;
  --link: rgb(43, 130, 227);
  --link-alt: rgb(43, 130, 227);
  --link-visited: rgb(43, 130, 227);
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

hr {
    border-color: #444;
}

.light {
    color: #888;
}
.light a {
    color: #777;
    border-bottom: 1px solid #666;
}

input[type="text"], input[type="password"], input[type="submit"], button {
  color: #fff;
}

#main {
    background-color: rgb(31,31,31);
    /*
    background-image: url("../images/background_01.jpg");
    background-repeat: no-repeat;
    background-position: 0 -480px;
    background-size: 2000px;
    */
}
