body {
    font-family: 'Calibri', sans-serif;
    line-height: 1.6;
}

h1, h2, h3 {
    font-family: 'Merriweather', serif;
    color: #1b456e;
}

a {
    color: #29784c
}

img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 100%;
}
