h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5em;
    color: #333333;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #000000;
}

a:hover {
    opacity: 0.7;
}

.social-links {
    text-align: center;
    margin-bottom: 20px;
}

.social-icon {
    width: 32px;
    height: 32px;
    color: #000000;
    transition: opacity 0.2s ease;
}

.social-links a {
    display: inline-block;
    text-decoration: none;
    padding: 8px;
}

.social-links a:hover .social-icon {
    opacity: 0.7;
}

.social-links a:focus {
    outline: 2px solid #000000;
    outline-offset: 4px;
    border-radius: 4px;
}

#welcome-section {
    font-family: "Poppins", sans-serif;
    padding: 60px 20px;
    text-align: center;
}
