﻿html{--info-icon: url('https://odmsystems.com/icons/info.svg');--sun-icon: url('https://odmsystems.com/icons/sun.svg');--moon-icon: url('https://odmsystems.com/icons/moon.svg');--next-icon: url('https://odmsystems.com/icons/next.svg')}html{--color-mode: "light";--light: #fff;--dark:  rgb(28,28,30);--haze: #f2f5f7;--bubble: rgb(36,36,38);--accent: var(--haze);--bg: var(--light);--code-bg: var(--accent);--overlay: var(--light);--text: #141010;--font: 'Metropolis', sans-serif;--border-color: #eee;--inline-color: darkgoldenrod;--theme: #bdf21a;--ease: ease;--scroll-thumb: rgba(0,0,0,.06);--search-border-color: transparent;--next-icon-path: url(../images/icons/double-arrow.svg);--never-icon-path: url(../images/sitting.svg)}

html {
  background-color: #545454;
  color: white;
}

body {
	font-family: 'Oswald'
}

div {
  border: 5px outset #e5d688;
  width: 80%;
  text-align: center;
}

h1 {

}

form {

}

button {
  background-color: #e5d688;
  color: #000;
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

a {
	color: #e5d688;
}
