.list-writers {
  display: flex;
  flex-direction: column;
}

.field-serch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* background-color: #827aaf; */
}
/**
serch form
*/
input[type="text"] {
  padding: 20px;
  font-size: 19px;
  outline: none;
  background-image: url(../img/icon/icon-input.gif);
  background-repeat: no-repeat;
  background-position: 6px;
  padding-left: 30px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  border-radius: 5px;
  color: rgb(130, 122, 175);
  border: 2px solid #343a3f;
}
button[type="button"] {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  border-radius: 5px;
  color: rgb(130, 122, 175);
  border: 2px solid #343a3f;
  width: 100px;
}
button[type="button"]:hover {
  background-color: #a4ebdb;
  color: #2d1919;
}

/**
serch form end
*/

.daily-author {
  flex-direction: column;
  align-items: center;
}
.photo {
  margin-left: 30px;
}
.left-part {
  background-color: black;
}
.result {
  display: flex;
  padding: 20px 0;
  border-bottom: 2px solid #343a3f;
  width: 1000px;
  margin: auto;
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 80px;
}
.info a {
  text-decoration: none;
  color: rgb(46, 46, 46);
  font-weight: 400;
  font-size: 21px;
  font-style: italic;
}
.info a:hover {
  text-decoration: underline;
  color: rgb(129, 74, 233);
}
