#newsModal .news-story {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#news-one-title-author {
  display: flex;
  flex-direction: column;
}

#newsModal button {
  border-radius: 5px;
}

#newsModal button:hover {
  background-color: rgb(29, 65, 143);
}

/* @media screen and (min-width: 430px) {
  #newsModal .news-story {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
} */