@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

html, body, div, h1, h2, h3 {
  font-family: 'Bangers', cursive;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  background: transparent;
  position: static;
}

main {
  width: 90%;
  position: static;
}

header {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

ul {
  list-style: none;
}

div {
  width: 100%;
  /* height: 200px; */
  margin: 10px 10px;
}

.wrapper {
  display: none;
  height: fit-content + 20px;
  width: 100%;
  margin-bottom: 20px;
}

.container {
  width: 95%;
}

.ele {
  width: fit-content;
}