.interface {
  flex: 1;
  overflow-y: auto;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
