body{
    width: 600px;
    margin: auto;
   
}
main{
    text-align: center;
    background-image: linear-gradient(105deg, blue, rgb(0, 255, 234), rgb(0, 255, 234), black);
    box-shadow:5px 10px 10px rgb(33, 19, 33);
    
}
input{
    width: 350px;
   
}
#numeros{
     border: none;
     background: none;
     color: black;
     font-size: 25px;
}
#numeros:focus{
    outline: none;
}
#resultado{
    height: 32px;
    color: black;
    margin-bottom: 10px;
}
button{
    font-size: 20px;
    display: block;
    margin: 20px auto ;
    
}
.juntos{
    display: block;
    position: relative;
}
#lim {
    position: absolute;
    right: 75px;
    bottom: -11.5px;
    font-size: 26px;
}