/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
  .button {
                background-color: #d67a16; /* Gradiente */
                border: none;
                color: white;
                padding: 20px;
                text-align: center;
                text-decoration: none;
                display: block;
                font-size: 16px;
                margin: 4px 2px;
                cursor: pointer;
            }

            .button1 {
                border-radius: 10% 30% 50% 70%;;
            }
            .button2 {
                border-radius: 10% 30% 50% 70%;;
            }
            .button3 {
                border-radius: 10% 30% 50% 70%;;
            }
            .button4 {
                border-radius: 10% 30% 50% 70%;;
            }
            .button5 {
                border-radius: 10% 30% 50% 70%;;
            }
            
            body {
 background-image: url("img/estanteria5.png");
 background-size: 100%;
 background-position: center top;
/* background-repeat: no-repeat;*/
 background-repeat: repeat-y;
  overflow-y: auto;      /* Habilita el scroll vertical */
}
       .img-responsive { 
    display: block;
    max-width: 100%;
    height: auto;

}



