
body {
  background-color: rgb(94, 35, 255);
  font-size: 2rem;
  font-weight: 800;
  font-family:  Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: rgb(255, 255, 255);
}


.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.map {
  height: 400px;
  width: 400px; 
  
}


p{
  width: 900px;
  height: 100px;
  text-align: center;
}

#demo {
  width: 600px; 
  height: 400px; 
  /* margin-left: 200px; */
  margin: auto;
  margin-top: 10px;
  
}

button {
  background-color: white;
  color: black;
  border: 2px solid #fc352e;
  padding: 16px 16px;
  font-size: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

button:hover {
  background-color: #fc352e;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
}