html,
body {
  height: 100%;
}

#navbar {
  font-size: 30px;
  height: 70px;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  align-items: center;
  background-color: whitesmoke;
}

.text_box {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#container {
  width: 100%;
  background-color: white;
  display: flex;
  margin: 0 auto;
}

.center_buttons {
  margin: auto;
  display: block;
}

#imageEditor {
  margin: auto;
  padding: 20px;
  border: 1px solid #4b4b4b;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ababab;
}

#editorContainer {
  display: block;
  overflow: auto;
  width: 800px;
  height: 500px;
}

#editor {
  display: block;
  margin: auto;
}

#toolbar {
  display: block;
  margin-right: 50px;
}

#resizer {
  border: 2px dashed #000;
}

#toolbar button {
  padding: 10px 20px 10px 20px;
}
