@import url();

#root {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.input-group {
  margin-bottom: 10px;
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
