.tab {
  overflow: hidden;
  padding-left: 16px;
  padding-top: 16px;
  background-color: none;
}

.tab button {
  /* https://web.archive.org/web/20230801004512/ */ 
  border: none;
  padding-top: 8px;
  width: 108px;
  height: 42px;
  float: left;
  cursor: pointer;
  font-size: 24px;
  font-family: 'VT323';
  text-transform: lowercase;
}

.tab button.active {
}

.tabcontent {
  display: none;
  border-top: none;
  padding-left: 16px;
}

.info {
  max-width: 1200px;
  margin-left: 32px;
  background-repeat: no-repeat;
  /* background-image: url(https://web.archive.org/web/20230801005308/https://cdn.discordapp.com/attachments/1055633044851130460/1135735618538831943/content.png); */
  border: 4px solid #2b120b;
  overflow: hidden;
}

.info img {
  border: 4px solid #2b120b;
  max-width: 32%;
  float: left;
  margin-right: 16px;
  
}

.info h1 {
  font-size: 32px;
  margin-left: 32px;
  text-decoration: underline;
}

.info p {
  display: inline-block;
  overflow: hidden;
  font-size: 28px;
  justify-items: center;
  margin: 0px 64px;
  padding: 16px;

}