body {
  /* background-repeat: no-repeat; */
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Gill Sans', sans-serif;
  background-color: #aec2b6;
}

.container {
  border: 10px solid white;
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
  background-color: rgba(247, 243, 242, 0.7);
}

.border-line {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.result-text {
  font-family: Verdana;
  color: darkolivegreen;
  margin-top: 10px;
  font-weight: bold;
}
.button-style {
  height: 80px;
  width: 100px;
  margin-top: 5px;
  border-radius: 50px;
  font-size: 20pt;
}
.title {
  margin: 30px 0;
  font-size: 4vw;
  font-weight: bold;
}

.main-img {
  width: 30vw;
  height: 30vh;
}

.form-control {
  height: 80px;
  font-size: 2vw;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.d-flex.justify-content-between {
  justify-content: space-between;
}

#user-input {
  margin-top: 15px;
  width: 90%;
  height: 60%;
}
.button-reset {
  background-color: #aec2b6;
  margin-left: 15px;
  width: 100%;
  height: 70%;
  text-align: center;
  line-height: 30px;
}
#play-button {
  background-color: #f7f1e5;
  width: 70%;
  height: 70%;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 48rem) {
  .title {
    font-size: 11vw;
  }
  .form-control {
    font-size: 5vw;
    max-width: 500px;
    margin-right: 0px;
  }
  .main-img {
    width: 40vw;
  }
}
