body {
  margin: 0;
  padding: 0;
}

html,
body,
#map {
  width: 100vw;
  height: 100%;
}

.burger-popup {
  font-family: sans-serif;

  .burger {
    font-size: 1.5rem;
  }

  .price {
    font-style: italic;
  }
  .restaurant {
    font-size: 1.1rem;
  }
  .address {
    font-style: italic;
  }
  img {
    width: 100%;
    height: auto;
  }
}
