/* header */


body {
  font-family: 'Roboto';font-size: 12px;
  color:#fff;
}

.center{
  align-items: center;
}

.h1{
  margin: 30px auto;
  font-size:12px;
  font-family: 'Roboto', sans-serif;
}


/* menu */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #000080;
}

.active {
  background-color: #ff0000;
}

/* wrap*/

html{
  background: #000;
  color: #c0c0c0;
}


/* map */

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




  
  .form input{
    width: 100%x;
    border: none;
    padding: 10px;
    font-size: 1em;
    outline: none;
    margin-bottom: 5px;
    box-sizing: border-box;
 }
  
  .form input:focus{
    background: #aaa;
  }
  
  .form .form_btn{
    color:#fff;
    background: rgb(63, 192, 46);
  }

/**/

