@import url("https://rsms.me/inter/inter.css");
html {
  font-family: "Inter", sans-serif;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}

body {
  min-height: 100%;
  min-width: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  background-color: #000000;
  font-family: "Inter";
  font-style: normal;

  color: #ffffff;
}
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;

}
.start {
  max-width: 360px;
  height: 32px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}
.main {
  line-height: 77px;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.subtitle {

  height: 35px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
}
.under_construction {
  max-width: 360px;
  height: 100px;
  font-weight: 600;
  font-size: 24px;
  font-family: "Inter";
  font-style: normal;
  line-height: 29px;
  display: flex;
  align-items: flex-end;
  text-align: center;

  color: #d22222;

  /* Inside auto layout */

  flex: none;
  order: 3;
  flex-grow: 0;
}
.test {
  width: 360px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

  color: #ffffff;

  /* Inside auto layout */

  flex: none;
  order: 4;
  flex-grow: 0;
}
.mailto {
  width: 360px;
  height: 227px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

  color: #ffffff;

  /* Inside auto layout */

  flex: none;
  order: 5;
  flex-grow: 0;
}
.logo {
  width: 440px;
  height: 263px;
  /* Inside auto layout */

  flex: none;
  order: 6;
  flex-grow: 0;
}
