@import url("./cards.css");
@import url("./header.css");
@import url("./buttons.css");
@import url("../Global/center.css");
@import url("../Global/dark-mode.css");

body {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;

  background-size: 250%;
  line-height: 1.25em;
  max-width: 960px;
  margin: 0 auto;
  padding: 5px;
}

a {
  color: var(--white);
  text-decoration: none;
}

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

.title {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
