@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    padding: 12px;

    /* font-family: 'Inter', sans-serif; */
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 400;
}

p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word;
}

.blocks {
    padding-bottom: 12px;
}

.blocks div li { 
    cursor: pointer;
    text-decoration: underline;
    max-width: fit-content;
}

.blocks a {
    margin-right: 4px;
}

img:hover {
    cursor:zoom-in;
}
