main {
    align-items: center;
}
.fa-check-circle {
    text-align: center;
    margin-top: 50px;
}
.ordersuccess__container {
    border-radius: .5rem;
    box-shadow: 0 0 8px #0000004d;
    max-width: 80%;
    min-width: 30%;
    margin-top: 200px;
    margin-bottom: 100px;
    display: grid;
    justify-content: space-around;
    margin-left: 180px;
    
}
.order__mess,.ordersuccess__container i {
    color: #60bb50;
    text-align: center;
}

.btn-danger {
    border-radius: .5rem;
    border: 1px solid #60bb50;
    background-color: #60bb50;
    margin-bottom: 50px;
    margin-left: 10px;
    text-align: center;
    font-size: 16px;
    width: 300px;
    height: 40px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding-top: 20px;
}