body {
    font-family: 'Source Code Pro', monospace;
    background-color: #f9f9f9;
    color: #333;
     padding: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.section-title {
    margin-top: 2rem;
    border-bottom: 2px solid #aaa;
    /* font-size: 1.4rem; */
    /* font-weight: bold; */
    padding-bottom: 0.4rem;
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border: 4px solid #ccc;
    /* border-radius: 50%; */
}

.cert-logo {
    max-height: 50px;
    margin-left: 1rem;
}

ul {
    list-style-type: circle;
}

a {
    color: #333;
}