/* this is css dingdong*/
/* 8bitoperator is to be added when you move this over to neocities (trinket cant handle it)*/
body {
  background-color: black;
  color: black;
  font-family: '8bitoperator', monospace;
}

html {
  background-color: black;
}

h1 {
  color: white;
}

.guitar {
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
}

.footer {
  text-align: center;
  margin: 20px auto;
}

#alltext {
  display: none;
}

#buttons {
  display: flex;
  gap: 10px; /*it says this is unknown, its lying, it makes the gap between the boxes work*/
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100vw;
}

#buttons li {
  flex: 1;
  display: none;
}

#buttons li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 0;
  text-decoration: none;
  background-color: black;
  border: 4px solid white;
  font-family: '8bitoperator', monospace;
}
