/* style.css */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fdfdfd;
    color: #333;
    margin: 40px;
    line-height: 1.6;
}

h1 {
    font-size: 2.5em;
    color: #004aad;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

p {
    font-size: 1.1em;
    max-width: 800px;
}

a {
    color: #0077cc;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
}

a:hover {
    color: #005599;
    text-decoration: underline;
}

img {
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
}
