
.placeh3{
    
    position: sticky;
    background-color: #ffffff;
    margin-top: 0;
    top:0;
   
}
.placeh3 ul{
    list-style: none;
    margin: 60;
    padding:100;
    overflow: hidden;
    align-items: center;
    border-style: solid;
    border-width: 1.5px;
    border-bottom-width: 2.5px;
    border-left: #9a2827;
    border-right: #9a2827;
}
.placeh3 li{
    float: left;
    z-index: auto;
}
.placeh3 li a{
    display: block;
    color: #3a3a3a;
    text-align: center;
    padding: 14px 50px;
    text-decoration: none;
    font-weight: bold;
}

.table{
    position: absolute;
    margin-left: 90px;
    padding-top: 60px;
    padding-left: 400px;
    float: left;
    align-content: center;
    margin-top: 0px;
}

.heading{
    text-align: center;
    padding-bottom: 5px;
}
.content-table{
    border-collapse: collapse;
    margin: 0px 0;
    font-size: 1em;
    min-width: 700px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0, 0, 0,0.15);
    
}
.content-table thead tr{
    background-color: #9a2827;
    color: white;
    text-align: center;
    font-weight: bold;
}
.content-table th,.content-table td{
    padding: 12px 15px;
}
.content-table tbody tr{
    border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even){
    background-color: rgb(255, 235, 235);
}
.content-table tbody tr:last-of-type{
    border-bottom: 2px solid brown;
}
.content-table a{
    text-decoration: wavy;
    color: rgba(0, 0, 0, 0.829);
    font-family: Arial;
    font-weight: bold 70%;
    transition: 0.5s ease-in-out;
}
.content-table a:hover{
    text-decoration: underline;
}

.content-table-objectives{
    border-collapse: collapse;
    margin: 0px 0;
    font-size: 1em;
    min-width: 700px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0, 0, 0,0.15);
}

.content-table-objectives thead tr{
    background-color: brown;
    color: white;
    text-align: center;
    font-weight: bold;
}
.content-table-objectives th,.content-table-objectives td{
    padding: 12px 15px;
}
.content-table-objectives tbody tr{
    border-bottom: 1px solid #dddddd;
}
.content-table-objectives tbody tr:nth-of-type(even){
    background-color: rgb(255, 235, 235);
}
