body {
    background-color: #f4f4f4;
    font-family: EB Garamond, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
    transition: color 0.4s ease;
}

img { display: block; max-width: 100%; }