 body {
    background: #000;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

* {
    font-family: 'Gothic', sans-serif;
    transition: 0.409s;
}

.item a:hover {
  font-size: 1.5em;
}

.swiper-container {
  max-width: 100vw !important;
  margin-top: 10px !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-wrapper {

  margin-top: 0px;
}

.swiper-pagination-bullet {

  background-color: #fff;
}

.beat{
  cursor: pointer;
}

.beat div {
  height: 20%;
  margin: 40% 0;
}

