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

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

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}
.prof{
  width: 128;
  height: 128;
}
.navbar-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  display: block;
}

