body{
    background-color: #020405;
  }
.header{
    background-image: url("https://www.teahub.io/photos/full/170-1707301_mumbai-night-images-in-hd.jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 750px;
    background-size: cover;
    margin-bottom: 0;
    bottom: 0;
    top: 0;
    right:0;
    left:0;
  }  
.navbar{
    margin: auto;
    padding: 20px;
  }
.nav-item{
    margin: auto;
  }
a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    margin: auto;
    padding: 0 50px 0 50px;
  }
a:hover{
    color: grey;
    text-decoration: none;
    transition: 0.3s;
  }
h3{
    text-align: center;
    margin: 50px 0 0 0;
    color: white;
    font-size: 5rem;
    font-family:cursive;
    font-style: italic;
  }
  .map{
    width: 100px;
    margin: auto;
  }
.map:hover{
    opacity: 0.5;
    transition: 0.3s;
  }
.options{
    margin: auto;
    width: inherit;
  }
  p {
    text-align: center;
    width: 70%;
    margin-top: 100px;
    margin-left:15%;
    font-size: larger;
    font-family: 'Lato', sans-serif;
    color: white;
  }