.orders{
    width: 80%;
    margin: auto;
}
.order{
    display: flex;
    width: 700px;
    flex-direction: column;
    margin-bottom: 50px;
}
.order .btn{
    width: 40%;
    margin: auto;
}
.price{
    font-size: 1.3rem;
}
.credits{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 1.4rem;
    margin-bottom: 30px;
}