@charset "utf-8";
html,body{
  width: 100%;
  height: 100%;
}
#map{
  width: 80%;
  height: 60%;
  margin:2em auto;
  border: solid 1px #C7C7C7;
}