.map{
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10% 0 10% 0;
}

iframe{
  width: 80%;
  height: 500px;
  border-radius: 30px;
  
}

.map h1{
  padding-bottom: 5%;
}
