@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;
}
header {
  background:linear-gradient(to left, rgba(225, 225, 225, 0),rgba(225, 225, 225,1), rgba(0, 0, 0, 0));
  display: flex;
  text-align: center;
  justify-content: center;
}
.nav-links {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 0;
  margin: 50px 0 50px 0;
  list-style: none;
}

.nav-links li a {
  color: black;
  text-decoration: none;
  font-size: 25px;
}

.nav-links li a:hover {
  color: black;
  text-decoration: underline;
}

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;
}
