/* PROJECTS --------------------> */


.account-des-container {
    background-color: #cbddef;
    display: flex;
    height: 230px;
    display: flex;
    align-items: center;
    border: 2px solid black;
}


.account-des {
    display: inline;
    width: 1000px;
    margin-left: 150px;
    margin-bottom: 10px;
    padding: 20px;   
    font-size: x-large;
    border: 2px solid rgb(153, 7, 7);
}

.container {
    background-color: #f1f3fb;
}

/* table, th, td {
    border: 1px solid black;
    border-style: double;
} */

table {
    width: 100%;
    border-collapse: collapse;
}



th {
    padding: 0.5rem;
    vertical-align: top;
    text-align: center;
    background-color:#074263;
    color: #f1f3fb;
    border-left: 0.2rem solid #f1f3fb;
    border-right: 0.2rem solid #f1f3fb;
}
/* 
th:first-child {
    border-right: 0.3rem solid #f1f3fb;
}

th:nth-child(2){
    border-right: 0.3rem solid #f1f3fb;
}

th:nth-child(3){
    border-right: 0.3rem solid #f1f3fb;
}

th:nth-child(4){
    border-right: 0.3rem solid #f1f3fb;
} */

td {
    padding: 0.45rem;
    background-color: #cbddef;
    text-align: center;
    border-bottom: 0.7px solid #074263;
    border-right: 0.3rem solid #cbddef;
}

/* td:nth-child(3), td:nth-child(4){
    border-right: 0.3rem solid #cbddef;
} */
