body{
  display: flex;
  flex-direction: column;
}

#map {
    height: 142vh;
    width: 100%;
  }

#shape-b{
  width: 50vw;
  display: flex;
}
#shape-color{
  width: 25vw;
  height: 60px;
}
#change-b{
  width: 50%;
}
#container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#saveButton{
    height: 60px;
    width: 50vw;
    background-color: pink;
    cursor: pointer;
    
  }

#buttonContainer{
    height: 60px;
}

#saveButton:hover{
  background-color: violet;
}