
h1, h2, h3, h4 {
    font-family: 'Arial', sans-serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2.5em;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    color: #2c3e50;
}

h3 {
    font-size: 1.4em;
    color: #34495e;
}

h4 {
    font-size: 1.2em;
    color: #7f8c8d;
}

p, ul {
    margin-bottom: 1em;
}

ul {
    padding-left: 20px;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* .profile-image {
    max-width: 200px;
    border-radius: 50%;
    margin: 20px 0;
} */

@media (max-width: 600px) {
    body {
        padding: 10px!important;;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1.1em;
    }
    .profile-image {
        max-width: 150px!important;
    }
}
