body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;  
  align-items: flex-start;
}

#wip {
  max-width: 100%;
}

h1 {
  font-size: clamp(1rem, 5vw, 2rem);
}

.stuff {
  text-align: center;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

#bugs {
  width: 95%;
}