main h1 {
    font-weight: 500;
    font-size:20px;
    color:#00080F;
}
main h3 {
    margin-top:2rem;
    font-size: 16px;
}
main ul a {
    font-weight: 400;
    font-size: 16px;
    /*color: #0080FF;*/
    text-decoration:underline;
}
main ul a:hover {
    /*color: #0056b3;*/
    text-decoration:none;
}
main p {
    font-weight: 400;
    font-size: 14px;
    color:#666;
}
main p b {
    color:#212529;
}