body {
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width:414px;
    
}


    .header {
        
        margin-top: 30px; 
        margin-left:auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


#searchBox {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px;
    width: 350px;
    border: 2px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    box-shadow: none;
    outline: none;
  }
  
  #searchBox::placeholder {
    color: #aaa;
  }

  
  .container {
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    
}
.box1{
    width: calc(50% - 15px); 
    max-width: 180px; 
    height: 40px;
    background-color:#FFE5B4;
    margin: 5px; 
    box-sizing: border-box; 
    border: 3px solid #FFAA33;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box2{
    width: calc(50% - 15px); 
    max-width: 180px; 
    height: 40px;
    background-color:white;
    margin: 5px; 
    box-sizing: border-box; 
    border: 3px solid #A9A9A9;
    border-radius: 20px;
    display: flex; 
    align-items: center;
    justify-content: center;
  }

  .map-container {
    position: relative;
  }
  
  .map-container img {
    position: absolute;
    cursor: grab; /* Add a grab cursor for better UX */
  }

  .row {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: center;
    margin-bottom: 10px; 
  }
.container2 {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.box {
  width: 120px;
  height: 30px;
  background-color:white;
  margin: 1px; 
  box-sizing: border-box; 
  border: 1px solid ;
  border-radius: 20px;
  display: flex; 
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
  
button {
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100px;
  
  
}

.custom-button {
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  
}
  