.ConfirmOrder{
    background: #FAFAFA;
    min-height: 100%;
}
.actual{
    height: 100%;
    width: 490px;
    background-color: #555555;
    display: flex;
    align-items: center;
    padding-left: 44px;
    font-size: 32px;
    font-weight: 100;

    .price{
        font-family: DIN-Regular;
        font-size: 44px;
    }
}

.btn{
    font-size: 32px;
    width: 260px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}