*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'barlow';
  }


@font-face{
font-family: 'sf-pro-regular';
src: url(font/sf-pro-regular.OTF);
}
@font-face{
    font-family: 'sf-pro-title';
    src: url(font/sf-pro-title.OTF);
    

}
@font-face{
    font-family: 'qurova';
    src: url(font/qurova.ttf);
    

}
@font-face {
  font-family: 'tusker';
  src: url(font/TuskerGrotesk-5700Bold.otf);
}
@font-face {
  font-family: 'blastimo';
  src: url(font/blastimoswash.ttf);
}
@font-face{
    font-family: 'handipro';
    src: url(font/handipro.otf);
    

}
@font-face{
    font-family: 'run';
    src: url(font/run.ttf);
    

}
@font-face{
    font-family: 'musticapro';
    src: url(font/musticapro.otf);
    

}

@font-face{
    font-family: 'barlow';
    src: url(font/Barlow-Medium.ttf);
    

}
body {
background-color: #080808;
height: auto;
overflow-x: hidden;
margin: auto;
}