/* === Сброс и переменные === */
*, *::before, *::after {
  box-sizing: border-box;
}
:root {
  --index: calc(1vw + 1vh);
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding-top: 80px;
  font-family: sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}
strong {
  color: #c084fc;
}
ul{
  list-style: none;
  text-align: start;
}
.text-block{
  text-align: left;
}