.second-container {
  background-image: url("../img/firstPage.png");
  background-size: cover;
  /* background-position: center center; */
  padding-left: 20px;
  padding-right: 25px;
  margin-top: 20px;
  height: 70vh;
  overflow: hidden;
  width: 90%;
  max-width: 650px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.blabla {
  height: 100%;
  overflow-y: auto;
  min-height: 0;
  margin-top: 40px;
}
