body {
  background-color: white;
  color: black;
  max-width:80em;
}

.next {text-align:right;margin-right:2em}
.eof {text-align:right;margin-right:2em}
.eof a {color:gray;text-decoration:none}
.eof a:hover {color:darkgray}

.hide{
  display: none;
}

.sep:before {
  content: "\f004    ";
}

h1 a{color:black; text-decoration:black}

input {
  width: 250px;
  color: black;
  outline:0;
  border: 1px solid black;
  padding: .3em;

}

button {
  border: 0;
  background: none;
  cursor: pointer;
  color: blue;
  font-size:1em;
}

button:hover {color: purple;}


/* search css start */

.search-container{
 display:block;
}

.search-container input{
  width: 250px;
  outline: none;
  color: black;
  border: 1px solid black;
  padding: .3em;
  margin-bottom:1em;
}

.img-result img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius:  0.2rem;
}

.img-container{
  column-count: auto;
  column-width: 14rem;
  column-gap: 0.5rem;
}

.img-result {
  margin-bottom: 1em;
  display: block;
}

/* search css end */



/* donate css start */

.donate-container {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.flexbox-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.inner-wrap {
  width: 500px;
  padding: 20px;
}

.qr-box {
  background-color: var(--main-second);
  border: 1px solid var(--border-color);
  border-radius: 10px 0px 0px 10px;
  width: 100%;

  display: flex;
  word-wrap: break-word;
  align-items: center;
  justify-content: space-between;
}

.flex-row {
  width: 700px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 25px 0;
}

hr.small-line {
  border: 2px solid var(--fg-color);
  height: 0px;
  width: 100px;
  margin: 30px;
  border-radius: 2px;
}

/* donate css end */



@media only screen and (max-width: 750px) {

  .search-container{
    flex-direction: column;
  }

}
