#mi-nube-app{
display:flex;
min-height:600px;
font-family:system-ui;
}

.sidebar{
width:250px;
background:#111827;
color:#fff;
padding:20px;
}

.sidebar button{
width:100%;
margin-top:10px;
padding:10px;
background:#2563eb;
border:none;
color:#fff;
border-radius:6px;
cursor:pointer;
}
