*,
:before,
:after {
  box-sizing: border-box;
  font-family: 'Inter', Arial, sans-serif;
}
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: black;
  color: white;
  font-weight: 500;
}
#container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#message-container {
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
}
#remember {
  text-align: center;
}
.important { color: #fda128; }
h1 { 
  text-align: center;
  font-size: 40px;
  margin-bottom: 16px; 
}
a { color:ghostwhite; }
img {
  height: 364px;
}

@media only screen and (min-width: 768px) {
  .message-content-top {
    display: block;
    margin-bottom: 4px;
  }
}


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./fonts/Inter/Inter-Thin.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-Thin.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./fonts/Inter/Inter-ThinItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-ThinItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("./fonts/Inter/Inter-ExtraLight.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-ExtraLight.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("./fonts/Inter/Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-ExtraLightItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Inter/Inter-Light.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-Light.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Inter/Inter-LightItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-LightItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Inter/Inter-Regular.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-Regular.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Inter/Inter-Italic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-Italic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Inter/Inter-Medium.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-Medium.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Inter/Inter-MediumItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-MediumItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/Inter/Inter-SemiBold.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-SemiBold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/Inter/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-SemiBoldItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Inter/Inter-Bold.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-Bold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Inter/Inter-BoldItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-BoldItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Inter/Inter-ExtraBold.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-ExtraBold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Inter/Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-ExtraBoldItalic.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/Inter/Inter-Black.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-Black.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/Inter/Inter-BlackItalic.woff2?v=3.19") format("woff2"),
  url("./fonts/Inter/Inter-BlackItalic.woff?v=3.19") format("woff");
}

/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Inter var', sans-serif; }
  }
*/
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url("./fonts/Inter/Inter-roman.var.woff2?v=3.19") format("woff2");
}

@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url("./fonts/Inter/Inter-italic.var.woff2?v=3.19") format("woff2");
}