/* General Page Styling */
body {
    font-family: Arial, sans-serif;
    margin: 40px;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
    max-width: 800px;
    margin: auto;
    line-height: 1.6;  /* Improves readability */
}

/* Headings */
h1 {
    color: #1a237e;
    font-size: 28px;
}

h2 {
    border-bottom: 2px solid #1a237e;
    padding-bottom: 5px;
    font-size: 22px;
}

/* Paragraphs */
p {
    line-height: 1.6; /* More space between lines */
    font-size: 16px;
}

/* Links */
a {
    color: #1a237e;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* Profile Image */
img {
    width: 35%;
    float: right;
    border-radius: 50%;
    margin-left: 15px;
}

/* News Section P1$r2 q\*/
ul {
    line-height: 1.6; /* Extra space in lists */
}

/* Download CV Link */
.cv-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}
