div#search {
  align-items: center;
  display: flex;
  width: 94%;
  margin:0 auto;
}

div#search input {   
  flex: 1;
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 1.2em;
  min-width: 90px;
  padding: 5px;
  text-transform: lowercase;
}

.article h1 {
    margin-top: 1em;
}

.author {    
    position: absolute;    
    top: 0px;
    right: 0.3em;
    font-size: 0.95em;
}

.favorite {    
    position: absolute;    
    bottom: 0px;
    right: 0.3em;
    font-size: 1.2em;
    /* padding-bottom: 10em; */
}
