body {
   display: flex;
   flex-direction: column;
   height: 100dvh;

   main {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      overflow: hidden;
   }
}

.seccion-1 {
   align-items: center;
   justify-content: center;
}