body {
  background: url('../img/bgbutfly.jpg') repeat;
  font-size: 1.25rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

nav {
  text-align: center;
}

header {
  text-align: center;
}

header h1 {
  font-family: 'Fascinate', cursive;
  font-size: 4.5rem;
}

/* hieroglyphs and sparkles */
header p {
  font-size: 3.5rem;
}

.construction {
  text-align: center;
  font-size: 2.25rem;
}

.construction img {
  width: 420px;
  height: auto;
}

#floaties {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.floaty {
  position: absolute;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}

.floaty h2 {
  font-size: 2.2rem;
  margin: 0;
}

.floaty a {
  text-decoration: none;
}

footer {
  margin-top: auto;
  text-align: center;
  font-size: 0.9rem;
  padding: 8px 0;
}

#sound-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.5rem;
}

.sound-btn {
  cursor: pointer;
  text-align: center;
  padding: 0.75rem;
  width: 100%;
  font-size: 1.1rem;
}
