@media (prefers-color-scheme: dark) {
  html {
    filter: invert(90%) hue-rotate(180deg);
  }

  #header h1 strong,
  h2 {
    filter: invert(90%) hue-rotate(180deg);
  }
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/comfortaa-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/comfortaa-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/comfortaa-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/oxygen-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/oxygen-latin-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #6c6b69;
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #619ecb;
}

a:hover {
  color: #3a7199;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h2 {
  color: #733578;
}

p {
  margin-top: 0;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 1px solid #808080;
  border-radius: 0.25rem;
  font-size: 1rem;
}

input[type="password"] {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  border: 1px solid #808080;
  border-radius: 0.25rem;
  font-size: 1rem;
}

.button,
button {
  padding: 0.5rem 1rem;
  margin: 0;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  background-color: #619ecb;
  color: #ffffff;
  border-radius: 0.25rem;
}

.button:hover,
button:hover {
  background-color: #3a7199;
  color: #ffffff;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 0 0.25rem 0 0;
  margin: 0;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

#header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0 auto;
  text-align: center;
}

#header h1 {
  font-size: 3.2rem;
  color: #a7a7a7;
}

#header h1 strong {
  font-weight: 300;
  color: #733578;
}

#content {
  margin: 0rem -2rem 1rem -2rem;
  padding: 1rem 2rem 1rem 2rem;
  background-color: #dedede;
  box-shadow: inset 0px 0px 25px -12px #000000;
}

#footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0rem auto;
  text-align: center;
  font-size: 0.9rem;
}

.container {
  margin: 0 auto;
  padding: 0 0.5rem;
  max-width: 1024px;
}

.tablet\:hide {
  display: block;
}

.tablet\:show {
  display: none;
}

.flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-grow {
  flex-grow: 1;
}

/* mobile */
@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .mobile\:flex-column {
    flex-direction: column;
  }
}

/* tablet */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

/* desktop */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

/* tablet up */
@media screen and (min-width: 481px) {
  .tablet\:hide {
    display: none;
  }

  .tablet\:show {
    display: inline-block;
  }

  .tablet\:min-w12 {
    min-width: 12rem;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:w-1\/2 {
    width: 50%;
  }
}

.message-error {
  display: none;
  background-color: #b71d37;
  color: #ffffff;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}
