input{
    font-size: 3em;
    font-weight: 900;
    width: 94%;
    height:  10vh;
}
table{
    width: 100%;
    height: 60vh;
}
button{
    width: 95% !important;
    height: 90% !important;
    border-radius: 50px !important;
    margin: 5% 0px !important;
    padding: 0px!important;
}
.btn-danger{
    background-color: orange !important;
}