*{
    max-width: 100%;
    height: auto;  
}
body{
    margin: 0; 
    display: flex;  
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Share Tech', sans-serif;
    background-color: #616161;
    font-size: 1rem;

}

.caja1 {
    background-color: #CACACA;
    color: rgba(7, 7, 7, 0.993);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
    
}

button{
    background-color: #f8420b;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin: 15px;
    
}
button:hover {
    background-color: #f8420b;
}
.logo{
    font-weight: 600;
    font-size: 3.8rem;
    
}