#banner{
    display: flex;
    max-width: 100%;
    max-height: 15%;
}
#ban-butt{
border-top: 20px;
    display: flex;
    background-color: #9199D8;
    justify-content: space-around;
    justify-items: center;
    text-align: justify;
    align-items: center;
    height: 80px;
}
   @font-face {
     font-family: 'BDfont'; /* Nombre que usarás en HTML */
     src: url('FSAlbertPro.woff') format('woff'); /* Ruta al archivo de fuente */
     /* Opcional: puedes agregar más formatos para mayor compatibilidad */
     /* src: url('fuente.eot') format('embedded-opentype'), */
     /* src: url('fuente.ttf') format('truetype'), */
   }
   #form-admin{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: #F8F4F1;
    justify-content: start;
    justify-items: center;
    align-items: center;
    margin: 10px;
   }

   #bdimg{
    width: 100%; /* O un valor específico */
    height: 100px; /* O un valor específico */
    object-fit: cover;
   }
   #btn{
    background-color: #060A3D;
    border: solid black 3px;
    border-radius: 10%;
    border-radius: 5px;
    color: #F8F4F1;
    width: 45%;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: 0px;
   }
   #inp-lin{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    flex-direction: row;
    height: 30px;
   }
   #contform{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #DAD7D6;
    justify-content: space-evenly;
    width: 50%;
    height: 60%;
    padding: 2%;
    border-radius: 10px;
   }
   #inp-form{
    width: 40%;
   }
   #text-form{
    width: 20%;
    font-size: 28px;
    color: #060A3D;
   }
   #button-form{
    width: 100%;
    height: 60;
    background-color: #060A3D;
    border-radius: 10px;
    color: white;
    font-size: 20;
   }
   #tex-agreg{
    background-color: #FF6E00;
    width: 100%;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
   }