@import url("https://fonts.googleapis.com/css?family=Inter:700|Inter:400");

.z88x31 {
  image-rendering: pixelated;
}

.z88x31c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.island {
  padding-bottom: 50px;
  background-color: #1d1e25;
  text-align: left;
  padding: 60px;
  box-shadow: 0 0 10px rgb(69, 71, 90);
  border-radius: 10px;
  overflow-wrap: break-word;
  text-wrap: pretty;
  display: flex;
  flex-flow: row wrap;
  max-width: 25%;
  margin: 0;
}

.logo {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.lineBreak {
  /* for invisible hr elements for line breaks in flexbox */
  flex-basis: 100%;
  height: 0;
  margin: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter";
  font-weight: 700;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  overflow-wrap: break-word;
}
h1 {
  font-size: 4.21rem;
  /* 67.36px */
}

h2 {
  font-size: 3.158rem;
  /* 50.56px */
}

h3 {
  font-size: 2.369rem;
  /* 37.92px */
}

h4 {
  font-size: 1.777rem;
  /* 28.48px */
}

h5 {
  font-size: 1.333rem;
  /* 21.28px */
}

small {
  font-size: 0.75rem;
  /* 12px */
}

/* 16px */

body {
  background-color: var(--background);
  font-family: Inter, sans-serif;
  color: var(--text);
  background-repeat: repeat-y;
  background-size: 100%;
  text-align: center;
  font-weight: 400;
}

a {
  color: #ee0000;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}

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

:root[data-theme="light"] {
  --text: rgb(69, 0, 143);
  --background: rgb(255, 255, 255);
  --primary: rgb(195, 92, 255);
  --secondary: rgb(143, 90, 144);
  --accent: rgb(168, 0, 31);
}

:root[data-theme="dark"] {
  --text: rgb(181, 112, 255);
  --background: rgb(0, 0, 0);
  --primary: rgb(103, 0, 163);
  --secondary: rgb(164, 111, 165);
  --accent: rgb(255, 87, 118);
}
