div{
    color: black;
}

.header h1{
    font-weight: bolder;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.911);
    
}
.header h2{
    font-weight: bolder;
    margin-top: 20px;
    color: black;
    
}
.header h3{
    font-weight: bolder;
    margin-top: 20px;
    color: black;
}
hr{
    color: rgba(0, 0, 0, 0.500);
}
.updated p{
    margin-top: 20px;
}
.updated ul li{
    margin-top: 20px;
}
.header h5{
    font-weight: bolder;
    margin-top: 20px;
    color: black;
}