.nombre {
    background-color: rgb(89, 89, 230);
    width: 800px;
    border-style:solid;
    border-width: 5px;
    border-color: rgb(9, 12, 223);
    border-radius: 10px;
    margin:auto;
    text-align: center;
    color: rgb(227, 230, 229);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    


}
.comtainer {
    
    background-color: rgb(89, 89, 230);
    width: 700px;
    height:100px;
    border-style:solid;
    border-width: 5px;
    border-color: rgb(9, 12, 223);
    border-radius: 10px;
    margin:auto;
    text-align: center;
    color: rgb(227, 230, 229);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    

}
.Casillas a {
    background-color: #033b6e; 
    color: white;              
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
}


.Casillas a:hover {
  background-color: #0531c2; 
  transform: scale(1.05);
}
.hoja {
    border-style:solid;
    border-width: 5px;
    border-color: rgb(9, 12, 223);
    border-radius: 10px;
    width: 750px;
    margin: auto;
    height: auto;
    min-height: 100vh;
    background-color: white
}
.h2 {
    color: rgb(131, 15, 226);
}
.p {
    text-align: left;     
    line-height: 1.5;     
    margin: 0 20px;
}
.image-container {
  float: right;                      
  width: 180px;
  height: 180px;
  background-image: url("WhatsApp\ Image\ 2025-10-29\ at\ 10.49.43\ PM.jpeg");
  background-size: cover;
  background-position: center;
  margin-left: 20px;                 
  border-radius: 10px;

}

