@font-face {
  font-family: "schabo";
  src: url("../fonts/schabo/SCHABO-Condensed.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-VariableFont_wght.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  background-image: url(../images/background/back5.png);
  background-color: #161616;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background-position-x 0.01s ease-out;
}

body {
  font-family: "Sora";
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6980392157);
  background-image: url(../images/background/back4.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  overflow-x: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-width: 375px;
}
@media (max-width: 768px) {
  body {
    background-size: 250%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */