html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: #1d2b23;
    background: #f5f1e8;
}

img {
    max-width: 100%;
}
