*, *::after, *::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  font-family: sans-serif;
  text-align: center;
  height: 100vh;
  width: 100vw;
}

#app {
  width: 100%;
  height: 100%;
}

.button-wrapper button {
  z-index: 1;
  height: 40px;
  width: 100px;
  margin: 10px;
  padding: 5px;
}

.excalidraw .App-menu_top .buttonList {
  display: flex;
}

.excalidraw-wrapper {
  height: 800px;
  margin: 50px;
  position: relative;
}

:root[dir="ltr"]
.excalidraw
.layer-ui__wrapper
.zen-mode-transition.App-menu_bottom--transition-left {
  transform: none;
}
