#education-header {
    background-color: #fff;
    padding: 5% 10%;
    margin-top: 2%;
}
h8 {
    font-size: 3em;
    font-weight: bold;
}
#education-header p{
    font-size: 1.2em;
    margin: 10px 0;
    line-height: 29px;
    text-align: justify;
}
#cert-links-header {
    font-size: 1.5em;
    font-weight: 900;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: underline;
}
i.fa.fa-arrow-down {
    margin-left: 1%;
}
#cert-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
#cert-links a {
    color: #fff;
    text-decoration: none;
}
#cert-links a:hover {
    color: #000;
}
#education-img {
    width: 90%;
    height: auto;
}