* {
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}

body {
  background-image: url("https://media.giphy.com/media/fAbixqroYHkKFYNTCa/giphy.gif");
  background-size: cover;
  background-position: center;
}

#title {
  margin: 30px 0;
  font-size: 100px;
  color: white;
  text-shadow: 2px 2px 3px black;
}

#instruction {
  margin: 30px 0;
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 3px black;
}

.fields {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.input {
  background-color: #c79a46;
  border: 2px solid #7a6b50;
  box-shadow: 2px 2px 2px black;
  margin: 30px 190px;
  border-radius: 30px;
  width: 200px;
  height: 200px;
}
.input__text {
  margin-top: 20px;
  width: 150px;
  height: 150px;
  background: transparent;
  border: none;
  resize: none;
  outline: none;
}

textarea::placeholder {
  color: black;
}

textarea:focus::placeholder {
  color: transparent;
}

.morse {
  background-color: #fbdca3;
  border: 2px solid #7a6b50;
  box-shadow: 2px 2px 2px black;
  margin: 30px 190px;
  border-radius: 30px;
  width: 200px;
  height: 200px;
}
.morse__text {
  margin-top: 20px;
  width: 150px;
  height: 150px;
  background: transparent;
  border: none;
  resize: none;
  outline: none;
}

.btns {
  display: flex;
  justify-content: center;
}
.btns__btn {
  background-color: #f9c057;
  border: 2px solid black;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  width: 100px;
  height: 30px;
}

#empty {
  width: 100px;
}

/*# sourceMappingURL=styles.css.map */
