.homePage {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 21vh;
  position: relative;
  align-items: center;
  padding-inline: 12%;
  box-sizing: border-box;
  .player{
    bottom:50%!important;
  }
  
}
.homePage::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #a600ff 0%, #db00e6 50%, #a600ff 100%);
}
