@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  background: #000000;
}
* {
  font-family: "Jost", sans-serif;
}
.social-block {
  font-weight: bold;
  text-transform: uppercase;
  color: #161616;
  font-size: 5.6vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.social-block .social-logo {
  font-size: 96px;
  margin: 0;
  display: flex;
}

@media (max-width: 1000px) {
  .social-block .social-logo {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .social-block .social-logo {
    font-size: 32px;
  }
}

.social-block .social-logo span[letter] {
  position: relative;
}
.social-block .social-logo div[aria-hidden="false"] {
  width: 0;
  height: 0;
}
.social-block .social-logo span[letter]::before {
  filter: blur(5px);
}
.social-block .social-logo span[letter]::after,
.social-block .social-logo span[letter]::before {
  content: attr(letter);
  position: absolute;
  left: 0;
  pointer-events: none;

  animation: shift 3s alternate-reverse infinite;
  animation-delay: calc(var(--i) * 100ms);
  color: transparent;

  -webkit-text-stroke: 0.03em #f5323c;
  /* filter: blur(1px); */
  /* text-shadow: 0 0 10px #f5323ca9; */

  z-index: 2;
}

.social-block .social-logo > span {
  position: relative;
}
.social-block .social-logo > span i {
  color: transparent;
  -webkit-text-stroke: 1px #f5323c;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  will-change: transform;
}

@keyframes shift {
  0% {
    -webkit-transform: translate(-0.25em, 0);
    transform: translate(-0.25em, 0);
  }
  50% {
    -webkit-transform: translate(0.25em, 0);
    transform: translate(0.25em, 0);
  }
}
.social-link {
  color: #dddddd;
  font-size: 28px;
  display: inline-block;
  margin-right: 20px;
  transition: 0.2s linear;
}
.social-link:hover {
  color: #f5323c;
}
.social-link:last-child {
  margin-right: 0;
}
.social-block {
  text-align: center;
}
.mail-text {
  font-size: 20px;
  color: #fff;
}
.mail-text .bold-text {
  font-weight: bold;
  text-decoration: none;
  color: #db454d;
}
::selection {
  background: #000;
  color: #fff;
}
@media (max-width: 600px) {
  .social-block {
    font-size: 5.8vw;
  }
  .social-link {
    font-size: 16px;
  }
}
@media (max-width: 300px) {
  .social-block {
    font-size: 9.7vw;
  }
}
.social-links {
  margin-top: 18px;
}

.arnold {
  position: fixed;
  max-height: 280px;
  height: 30vh;
  aspect-ratio: 5/4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
