.contain {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
#capt {
 
  color: black;
}
#refresh {
  height: 82px;
  border-radius: 0 5px 5px 0;
}
#refresh img {

  cursor: pointer;
}
#textinput {
 color: blacks;
}
.contain button {
  padding: 8px 20px;
  height: 35px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 25px;
/*  background-color: #764D11;*/
  color: #CED4F0;
  transition: .5s;
}
.contain button:hover {
  background-color: #976216;
}
