body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  background-image: url(bg/collections.jpg);
  background-size: cover;
  flex-direction: column;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
  text-align: center;
}

h1 {
  color: beige;
  font-family:'AnalogueOS';;
  font-size: 20px;
}

#nav {
  display: flex;
  gap: 20px;
  margin: 20px;
  justify-content: space-evenly;
}

footer {
  padding: 50px;
}

a {
  font-family: 'AnalogueOS';
  font-size: 15px;
  color: beige;
}
a:hover {
  color: black;
}

.old {
  display: flex;
  flex-direction: row;
  overflow: scroll;
  gap: 5px;
}

@font-face {                  
font-family: 'AnalogueOS';
src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
} 
