
.nav-link,
.navbar-brand {
    font-size: 15px;
    font-weight: 600;
}

.th-col {
    font-size: 15px;
}

.box h5 {
    text-align: center;
    top: 5px;
}

.box {
    border: 5px solid #29abe2;
    padding: 20px;
    box-shadow: 2px 2px 2px #29abe2;
    border-radius: 5px;
}
.task-img {
    width: 120px;
    height: 120px;
    float: left;
}
.task-text {
    margin-left: 150px !important;
    margin-top: 6px;
    padding: 0;
    list-style-type: disc;
}
.task-head {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 700;
}
.annual-table-body tr td a{
    color: blue;
    font-size: 15px;
    font-weight: 600;
}
