body{
    padding: 0;
    margin: 0;
}

.text-aline{
    text-align: center;
}

.container{
    text-align: center;
    width: 355px;
    background: #242936;
    margin: auto;
    height: 515px;
    border-radius: 20px;
}

.button {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin: 7px;
    background: #242936;
    color: #c8c8c8;
    border: none;
    box-shadow: 0px 2px 11px 0px #000000;
    
    font-size: 20px;

}

.color{
    color: #ff4e00;
}

.equal{
    width: 116px;
    background-color: #ff4e00;
}

#text{
    background: transparent;
    height: 80px;
    padding-top: 50px;
    font-size: 25px;
    width: 271px;
    margin-bottom: 45px;
    margin-top: 10px;
    outline: none;
    box-shadow: 0px 2px 9px 1px black;
    border: none;
    color: white;
    text-align: right;
}