body::before {
  display: block;
  content: '';
  height: 60px;
}

a {
  text-decoration: none;
  color: aliceblue;
}

a:hover {
  color: #fcd112;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */