* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
}

body::before {
  content: "";
  clear: both;
  display: block;
  height: 60px;
}

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

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}