.layout {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-top: 15rem;
}

.editorCard {
  width: 100%;
}

#jsonArea {
  width: 100%;
  min-height: 45vh;
  resize: vertical;
  font-family: monospace;
  font-size: 15px;
}

.padding {
    height: 50vh;
    width: 100%;
}

.toolbar {
    margin-bottom: 1rem;
}

.message-container {
    padding-left: 5%;
    padding-right: 5%;
}

.message-text {
    font-size: 2.5rem;
}

.message-text-small {
    font-size: 1.5rem;
}
