* {
  margin: 0;
  padding: 0;
}

#app {
  display: flex;
}

.mazify-editor {
  width: 10vw;
  display: flex;
  flex-flow: column;
}

#container {
  background-color: #ddd;
  width: 630px;
  height: 630px;
  transform: translate(0%, 0%);
}

.mapwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.btn-blue {
  font-size: 1.2vw;
  width: 10vw;
}

.btn-active {
  background-color: #464646;
  color: white;
}

.btn-blue:hover {
  background-color: rgb(124, 124, 124);
  color: white;
}