*{
    color: aliceblue !important;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
    background-color: rgb(97, 97, 97) !important;
}
#padre{
   width: 400px;
   text-align: center;
   margin-top: 10rem;
   background-color: rgb(61, 61, 61);
   border-radius: .5em;
   padding: 30px;
   border: 1px solid black;
}
.btn{
    box-shadow: 0px 2px 0px 1px #02020c7e;
    margin-bottom: 0.2rem;
    margin-right: 0.3rem;
    
}
.min-flex{
    margin:  0px auto ;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pantalla{
    border-radius: .5em;
    text-align: end;
    height: 5rem;
    overflow-x: auto;
}


