        body {            margin: 0;            font-family: 'casual';            overflow-y: scroll; /* Permitir scroll en el cuerpo de la página completa */        }        #container {            display: flex;            flex-direction: column;            align-items: center;            justify-content: center;            background: #FFFFFF; /* Set your desired background color */        }        #scrollContainer {            max-height: 522px;            text-align: center;            position: relative;            flex: 1; /* Ocupa el espacio disponible */            display: flex;            flex-direction: column;            align-items: center;            justify-content: center;        }        #corea1 {            width: 70px;            height: 93px;            position: absolute;            margin-left: -50px;                margin-top: -60px;            top: 20%;            left: 0;            z-index: 3; /* Valor de z-index más bajo para el logo */        }                #corea2 {            width: 70px;            height: 93px;            position: absolute;            margin-right: -50px;            margin-top: -60px;            top: 20%;            right: 0;            z-index: 3; /* Valor de z-index más bajo para el logo */        }        #Cronometro_txt {            width: 100%;            height: 47px;            margin-top: 10px; /* Ajusta el margen según sea necesario */            font-size: 35px;            font-weight: bold;        }        #Inivio_btn {            width:250px;            height: 250px;            margin-top: 40px;            visibility: visible; /* Set initial visibility */            z-index: 2;            border:none;             opacity: 0.7;            background: url('img/boton_login.png') center center no-repeat; /* URL de la imagen que desees */           background-size: contain;/* Valor de z-index más alto para el botón */        }              #edMatriculamenuprincipal_txt {            width: 140%;            height: 40px;            margin-top: 70px;            z-index: 2;            border:none;            opacity: 0.7;            font-size: 20px;             text-align: center;             background-color: transparent;            /* Valor de z-index más alto para el input */        }        #vistamenuprincipal_btn {            margin-top: -35px;            margin-right: -300px; /* Adjust the margin as needed */            visibility: visible;            z-index: 3; /* Valor de z-index más alto para el botón */        }