.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

body {
  display: flex;
  flex-direction: column;
}

#view1,
#view2,
#view3,
#view4,
#view2-2 {
  width: 100%;
  height: 100%;
  min-width: 800px;
  min-height: 400px;
  border: 1px solid #ccc;
  margin-top: 1rem;
}

h3 {
  margin-bottom: 0rem;
}