#image-search{
    color: rgb(81, 117, 235);
    position: absolute;
    top: 10em;
    right: 31em;
    font-size: 19px;
}

.back-to-search{
    position: relative;
    left: 41rem;
    top: 1em;
}
.back-to-search:hover{
  border: 1px solid white;
  padding: 9px 19px;
  background-color:#4285F4;
  color: white;
  text-decoration: white;
  cursor: pointer;
}
/* #button-search:hover{
  color: white;
  text-decoration: none;
} */
.back-to-search{
  background-color: #f5f5f5;
  border:none;
  color: #707070;
  font-size:15px;
  padding: 10px 20px;
  margin:5px;
  border-radius:4px;
  outline:none;
}

.button{
    width: 14em;
    padding-top: 16px;
    padding-bottom: 16px;
}
.button:hover{
    width: 14em;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
}