@font-face {
  font-family: "Iosevka";
  src: url('fonts/woff2/iosevka-extended.woff2') format('woff2');
}

@font-face {
  font-family: "Iosevka";
  src: url('fonts/woff2/iosevka-extendedbold.woff2') format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: "Iosevka";
  src: url('fonts/woff2/iosevka-extendeditalic.woff2') format('woff2');
  font-style: italic;
}

@font-face {
  font-family: "Iosevka";
  src: url('fonts/woff2/iosevka-extendedbolditalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

:root {
  --main-background: #1e1e2e;
  --main-card-background: rgba(30, 30, 46, .5);
  --main-card-bg-secondary: rgba(30, 30, 46, 0.9);
  --main-text-color: white;
  --main-text-color-secondary: #cdd6f4;
  --teal: #94e2d5;
  --green: #a6e3a1;
  --blue: #89b4fa;
  --red: #f38ba8;
  --rosewater: #f5e0dc;
  --peach: #fab387;
  --lavender: #b4befe;
  --mauve: #cba6f7;
  --yellow: #f9e2af;
  --pink: #f5c2e7;
  font-size: 1rem;
}

html {
  height: 100%;
}

body {
  background-color: var(--main-background);
  color: var(--main-text-color);
  font-family: "Iosevka", monospace;
  padding: 0;
  overflow-x: hidden;
  width: 60%;
  margin: auto;
}


#container {
  overflow-x: hidden;
}


li {
  list-style-type: lower-greek
}

#text {
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80%;
  justify-content: space-between;
}

::selection {
  background: rgba(255, 255, 255, 0.8);
  color: var(--main-background);
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.8);
  color: var(--main-background);
}



h1 {
  font-weight: normal;
  color: var(--teal);
}

p {
  text-align: justify;
}

#img {
  column-count: 4;
  column-gap: 16px;
  padding-right: 2rem;
}

#gradient {
  background: linear-gradient(to right, var(--teal), var(--mauve));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#img img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  break-inside: avoid;
  display: block;
  min-height: 0;
  padding: 3px;
  border: 1px solid var(--mauve);
}



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

a:hover {
  color: var(--green);
}

a:visited {
  color: var(--mauve);
}

#odes1-11 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  text-align: center;
}