h1 {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 2px #000000;
}

h2 {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #000000;
}

h3 {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #000000;
}

h4 {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-shadow: 0.5px 0.5px 0.5px #000000;
}

h5 {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-shadow: 0.5px 0.5px 0.5px #000000;
}

p {
    font-family: "Lucida Console", "Courier New", monospace;
  }

  .button {
    background-color: #788680; /* Green */
    border: none;
    color:black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 16px;
    transition-duration: 0.4s;
  }

  .button:hover {
    background-color: #aa5d04; /* Green */
    color: white;
  }

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000;
  }
  
  .flex-container > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 10px;
    font-size: 16px;
  }

#map { 
    height: 600px; 
    width: 90%;
}
