body{
    display: flex;
    background-color: black;
}
.calculadora {
    width: 360px;
    height: 560px;
    box-sizing: border-box;
    background-color: #292929;
    padding: 5px;
    margin-right: 20px;
}

.view {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #606060;
}

.text {
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 10px;
    color: #ffffff;
    font-size: 50px;
}

.body {
    width: 100%;
    height: 440px;
    box-sizing: border-box;
    margin-top: 10px;

}

.line {
    display: flex;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;

}

.botton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    color: #ffffff;
    font-size: 40px;
    background-color: #404040;
    margin-right: 10px;
}

.line.end,
.botton.end {
    margin: 0;
}

.historico {
    max-width: 360px;
    background-color: #000000;
}

.textRes {
    font-size: 20px;
    color: #ffffff;
}

.hist {
    padding: 10px;
}