
.div-heading {
    background-color: #D0E0F6;
    padding: 5px;
    width: 80%;
    margin: auto;
}

.heading {
    text-align: center;

}

.div-body{
    width: 80%;
    margin: auto;
    padding: 5px;
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
}

.div-sub {
    margin-right: 10px;
    padding: 5px;
    width: 40%;
    /* background-color: yellow; */

}

.summary {
    text-align: left;
    font-weight: normal;
}


.wrapper {
    margin: auto;
    width: 90%;
}


table, td {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-collapse: collapse;
}

th, td {
    padding: 10px;
}

.projects-table {
    width: 80%;
}

.project-title {
    vertical-align: top
}

.project-descr {
    vertical-align: top;
}









