@font-face {
  font-family: OpenSans;
  src: url(../acents/OpenSans-Medium.ttf);
}
@font-face {
  font-family: Inter400;
  src: url(../acents/Inter-Regular.ttf);
}
@font-face {
  font-family: Inter600;
  src: url(../acents/Inter-SemiBold.ttf);
}
@font-face {
  font-family: Inter800;
  src: url(../acents/Inter-ExtraBold.ttf);
}
html,body{
  overflow-x: hidden !important;
}
:root{
  --blue-SDJ: rgb(96,0,255)
}
*{
  font-family:Inter400;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
body{
  overflow-x: hidden;
  width: 100vw;
}
@media (min-width: 1440px) {
  .master{
    border-radius: 10px;
    margin: 10px auto;
  }
}
.master{
  background: linear-gradient(45deg, #6200ff 50.79%, #d297ff 73.11%); 
  background-size: calc(1360px*3);
  background-position-x: 0px;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.66); 
}
