* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --webkit-font-smoothing: antialiased;
}

body {
  font-family: "Muli", sans-serif;
  min-height: 100vh;
  background-image: url(https://i.ibb.co/j5k5MLw/Untitled-design-2.png);
  background-size: cover;
}
.container {
  width: 1152px;
  max-width: 90%;
  margin: auto;
}
.container p{
    text-align: center;
    font-size: 3.5rem;
    text-decoration: underline;
}
nav {
  /* background: #ff5151; */
  color: #fff;
  padding: 1rem 0;
}
section.input {
  padding-top: 100px;
}
h2 {
  text-align: center;
  font-size: 36px;
}

.form__wrap {
  display: flex;
  justify-content: center;
}
.input__wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin-top: 20px;
}

input {
  border: none;
  padding: 10px;
  font-size: 26px;
  min-width: 400px;
  outline: none;
}
button {
  background: #000000;
  color: #fff;
  height: 100%;
  font-size: 26px;
  padding: 0 20px;
  cursor: pointer;
}
section.data {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.loading {
  display: none;
  font-size: 26px;
}

section.data p.def {
  font-size: 26px;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.6;
}
.suggested {
  background: #ffffff;
  color: #000;
  font-size: larger;
  padding: 2px 10px;
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
}
.audio {
  margin-top: 20px;
}
