/* Basic frame styling */
.frame {
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 20px auto;
  padding: 16px;
  border: 4px solid #444;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
* {
  background-color: #9e6111;
  }
.frame__header {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.frame__body {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}
.nutshell-bubble {
    border: solid 2px;
    padding: 5px;
  }

* {
  color: #72fcfa;
  font-family: 'Tilt Neon', sans-serif;
  font-weight: 700;
    border: 50px;
}

.array {
  display: flex;
  
}
  





