@font-face {
  font-family: 'League Spartan';
  src: url('Fonts/league_spartan/WOFF2/LeagueSpartan-VF.woff2') format('woff2'),
       url('Fonts/league_spartan/WOFF/LeagueSpartan-VF.woff') format('woff');
}
body {
  background-image: url('gif/vinil.gif');
  background-size: cover;
  background-attachment: fixed;
}
body {
  color: white;
  font-family: 'League Spartan';
}
    
.logoseq {
  display: flex;
  width: 400px;
  height: auto;
  margin: 0 auto;
  justify-content: center;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  z-index: -1;
}