.secondContainer {
  background: white;
  width: 400px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
}
