body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
    
}

header {
    text-align: center;
    background-color: #2c3e50;
    color: white;
    padding: 20px 0;
    margin-bottom: 20px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

header p {
    margin: 5px 0;
    font-size: 1.2em;
}

section {
    margin: 0 auto;
    padding: 20px;
    max-width: 1500px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    margin-bottom: 20px;
}

.section-title {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
}
a{
    color:white;
    text-decoration: none;
    
}

a:hover{
    color:blue;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: underline;
    
}
.fa-brands fa-github{
    color: black;
}
.underline {
    text-decoration: underline;
}

@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    section {
        padding: 10px;
    }
    header h1 {
        font-size: 1em;
    }
    
}
.certs{
    text-align: center;
    list-style-type: none;
}

.college{
    text-align: center;
}

