h1 {
  font-size: 3em;
}

  /* Adjust the offset for sections when using a fixed navbar */
  section {
    scroll-margin-top: 80px; /* Offset by the height of the navbar + some spacing */
  }

@media(min-width: 768px) {
  .news-input {
    width: 100%;
  }
}

