:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: relative;
  width: 309px;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  background: #9cfffa;
  border-radius: 40px;
  box-shadow: 4px 6px 7.4px 0 #f2eaff inset;
}
.illustrations {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 40px;
  color: #000000;
  font-family: Lekton, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 39.982px;
  text-align: left;
  white-space: nowrap;
  text-shadow: 0 4px 16.2px rgba(0, 164, 209, 0.58);
}