:root {
  background-color: #201c18;
}
body {
  color: rgba(237, 219, 208, 0.8);
  font-family: "Cormorant Garamond Italic", "Cormorant Garamond", serif;
  font-size: 1.5em;
  user-select: none;
  margin: 0;
  padding-block: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
* {
  transition: all 0.2s;
}
.text-secondary {
  color: rgba(236, 206, 187, 0.3);
}
.quotation::before {
  content: '“';
}
.quotation::after {
  content: '„';
}
input,
button {
  color: rgba(237, 219, 208, 0.8);
  background-color: transparent;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: rgba(236, 206, 187, 0.1);
  padding: 0.5em;
}
input::placeholder {
  color: rgba(236, 206, 187, 0.3);
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: rgba(236, 206, 187, 0.5);
}
a:active {
  color: white;
}
a:visited {
  color: rgba(236, 206, 187, 0.5);
}
body {
  gap: 2em;
}
#quotation * {
  display: flex;
  justify-content: center;
  margin: 0;
}
#menu > li {
  margin-block: 1em;
}
#menu a {
  text-decoration: none;
  color: rgba(236, 206, 187, 0.5);
}
#menu a:hover {
  color: rgba(237, 219, 208, 0.8);
}
#menu a:active {
  color: white;
}
/*# sourceMappingURL=index.css.map */