
/* @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Serif+SC:wght@200..900&display=swap'); */

body {
    max-width: 725px;
    margin: auto;
    padding: 20px;
    font-family: sans-serif;

    background-color: rgb(245, 245, 245);
    line-height: 1.5;
}

.content-border {
    border-radius: 5px;
    background-color: white;

    padding: 20px;

    margin-bottom: 1em;
}

img {
    max-width: 100%;
    /* margin-bottom: 1em; */
}

a {
    color: black;
    border-bottom: solid 1px red;
    text-decoration: none;
}

a:visited {
    color: black;
}