:root {
  --color-primus: #008b8b;
  --color-secundus: gray;
}

@font-face {
  font-family: "Day Roman";
  src: url("/fonts/day-roman.regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: "Day Roman", serif;
  font-size: 1.3rem;
}

blockquote {
  color: var(--color-secundus);
  margin-top: 4px;
  margin-right: 10px;
}

.date {
  position: absolute;
  font-size: 1rem;
  white-space: nowrap;
  top: 0;
  right: 0;
}

#cicero {
  width: 19%;
  position: absolute;

  @media(max-width: 1000px) {
    display: none;
  }
}

h1 {
  width: 100%;
  text-align: center;
  color: var(--color-primus);
}

a {
  color: var(--color-primus);
}

main {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-left: 20%;
  margin-right: 15%;
  min-height: 100vh;
  @media(max-width: 1000px) {
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
  }
  @media(max-width: 600px) {
    margin-left: 0;
    margin-right: 0;
  }
}

main .gubernatio {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

main .gubernatio a {
  white-space: nowrap;
}

.via {
  color: var(--color-primus);
  text-decoration: none;
  padding: 2px;
}

.sub {
  padding-left: 10px;
}

.via:hover {
  background-color: var(--color-primus);
  color: white;
  text-decoration: none;
}

.huc {
  text-decoration: underline;
}

article {
  position: relative;
  flex: 1 auto;
  padding: 0 20px 0 20px;
  border: double var(--color-primus) 10px;
}

dt {
  color: var(--color-primus);
}

footer {
  text-align: center;
  color: var(--color-primus);
}
