#captchGenerator{
  display: flex; 
  align-items: center;
}

#captchaspace{
  width: 15%;
}

#captchaImage{
  width: auto;
  padding: 0px 12px;
  font-weight: 400;
  padding-bottom: 0px;
  height: auto;
  user-select: none;
  text-decoration: line-through;
  font-style: italic;
  font-size: x-large;
  border: #dee2e6 3px solid;
  border-radius: 6px;
}
#user-input{
  box-shadow: 5px 5px 5px 5px gray;
  width:auto;
  margin-right: 10px;
  padding: 10px;
  padding-bottom: 0px;
  height: 40px;
  border: red 0px solid;
}
input{
  border:1px black solid;
}
.inline{
  display:inline-block;
}
#btn{
  box-shadow: 5px 5px 5px grey;
  color: aqua;
  margin: 10px;
  background-color: brown;
}

#click-captcha {
  display: block;
  padding: 3px;
  border-radius: 5px;
  border: none;
}

#image-captcha{
  width: 5%;
  margin: 0px 2px;
  padding: 0px 2px;
}

#captchaEnteredInput{
  width: auto;
}

#captchaErrMsg{
  margin-left: 5px;
}