@font-face {
  font-family: 'GlossyMagazine-Regular';
  src: url('/fonts/GlossyMagazine-Regular.woff2') format('woff2');
}

body {
  background-color: black;
  color: white;
  padding: 2rem;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.seedlist {
  list-style: none !important; 
  counter-reset: li !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  gap: 10px;
}

.seedlist li {

}

.seedlist li img{
  max-width: 200px;
}

.fox{
  font-family: 'GlossyMagazine-Regular';
  width: 100%;
  display: flex;
  flex-direction: column;
}

.fox h1{
  font-size: 2rem;
}

.fox img{
  width: 100%;
  max-width: 800px;
}

.fox a{
  width: fit-content;
  font-family: 'GlossyMagazine-Regular';
  font-size: 2rem;
  margin-top: 1rem;
  color: white;
}