@font-face {
    font-family: "pocket_calculator_ot";
    src: url("./fonts/pocket_calculator_tt.ttf");
}

@font-face {
    font-family: "pocket_calculator_ot";
    src: url("./fonts/pocket_calculator_ot.otf");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-container {
    width: 200px;/* 1080 -> 200 */
    height: 153px;/* 825 -> 153 */
    /* display: flex; */
    display: block;
}

.column-screen {
    /* display: flex;
    flex-direction: column; */
    display: block;
    float: left;
}
.column-screen:nth-child(1) {
    width: 40%;    
}
.column-screen:nth-child(2) {
    width: 60%;
}

.box {
    /* display: flex;
    align-items: center;
    justify-content: center;
    width: 470px;
    height: 413px; */
    background-color: #C00B02;
    height: 50%;
}
.box__title {
    position: relative;
}

.box--size {
    /* width: 610px; */
    background-color: #000;
}

.box--color-green {
    background-color: #028314;
}

.box__title--styles1 {
    font-family: "pocket_calculator_ot";
    font-weight: 400;
    color: #ffffff;
    /* font-size: 120px;
    line-height: 126px;  */
    text-align: center;
    font-size: 24px;
    line-height: 77px;
}

.box__title--size {
    /* font-size: 225px; */
    font-size: 52px;
}