@import url("../Global/header-footer.css");
@import url("../Global/center.css");

:root {
  --black: #141414;
  --white: #fff;
  --orange: #f90;
  --blue: #00f;
}

.dark-mode {
  background-color: var(--black);
  color: var(--white);
}

.dark-mode a {
  color: var(--orange);
  text-decoration: none;
}

.disabled {
  color: var(--white);
}

h1 {
  font-size: 30px;
}
