.root {
  padding-bottom: var(--large-padding);
  flex: 1 1 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.result,
.grading_bar {
  width: 100%;
}
