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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
}

/* --- */

@font-face {
  font-family: "OffBit";
  src: local("OffBit"), url("/assets/OffBit-101Bold.woff") format("woff"),
    url("/assets/OffBit-101Bold.woff2") format("woff2");
}

body {
  background-color: #0301ad;
}

h1 {
  color: #fff;
  text-align: center;
  font-family: OffBit;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 86.4px */
}

h2 {
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  font-family: OffBit;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
}

main {
  width: 100vw;
  height: 100vh;
  display: flex;
  gap: 64px;
  padding: 0 48px 0 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.tglink {
  display: inline-flex;
  align-items: center;
  gap: 36px;
}

.tgicon {
  width: 96px;
  height: 96px;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 64px;
  }

  .tglink {
    gap: 20px;
  }

  .tgicon {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  .tglink {
    flex-direction: column;
  }
}
