html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  align-items: center;
  background-color: #1c2028;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #ff595a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: 'Roboto', sans-serif;
  justify-content: center;
  min-height: 100vh; }

.test {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 64px;
  justify-content: center;
  position: absolute;
  width: 100%; }

.loader {
  align-items: center;
  background: #1c2028;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader-wrapper {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #E2DEDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    font-weight: 900;
    justify-content: center; }
  .loader-text {
    font-size: 4vw;
    opacity: 0; }
    @media (max-width: 480px) {
      .loader-text {
        font-size: 6vw; } }
  .loader .second-text {
    color: #5dafc6; }
  .loader-link {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px; }
    .loader-link-text {
      color: #bbdde7;
      font-size: 18px;
      text-decoration: none; }
      .loader-link-text:hover {
        color: #ffa6a6; }

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

.content {
  display: none;
  /* Hide content initially */ }
