.text-center {
  text-align: center;
}

body {
  background-image: url("../Img/Slider/1.png");
  background-size: cover;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

header.header {
  min-width: 100%;
  z-index: 1000;
}
header.header .logo {
  text-align: center;
}
header.header .logo img {
  max-width: 155px;
}

section.main {
  min-height: 100vh;
  overflow: hidden;
}
section.main .z-first {
  z-index: 1;
}
section.main .bg-fade {
  background-color: rgba(33, 37, 41, 0.4);
}
section.main .main-menu {
  overflow: auto;
  min-height: 100vh;
}
section.main .main-menu .main-title {
  font-size: 2rem;
  color: aliceblue;
}
section.main .main-menu .card {
  min-height: 225px;
  max-height: 225px;
  background-color: #e6e8ec;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 5px 5px 20px #515151;
}/*# sourceMappingURL=style.css.map */