/* Custom styling for your portfolio page */

body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

h1 {
    font-size: 2.5em;
    font-weight: 700;
}

main h2 {
    font-size: 1.75em;
    font-weight: 500;
    color: #333;
}

footer p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
