body {
  border: solid 0.1px;
  margin: 0;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: salmon;
  font-family: "Courier New", Courier, monospace;
}

.container {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 28px;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  width: 90%;
  margin: 10px;
  max-width: 450px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.heading {
  font-size: 28px;
}
.input {
  height: 53px;
  width: 300px;
  background-color: rgb(255, 255, 255, 0.6);
  border-color: rgb(255, 255, 255, 0.4);
  font-size: 16px;
  padding: 0 42px;
  border-radius: 5px;
}
.meaning-container {
  display: none;
}
