@import url(./reset.css);


html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

    ::selection {
        background: tomato;
        color: ivory;
    }

    ::target-text {
    background-color: rebeccapurple;
    color: white;
    }

body {
    background-color: #f5f5f5;
    color: #2b2b2b;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3.2rem;
    /*padding: 2rem;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;*/
}

blockquote {

margin-left: 1rem;
border-left:1rem groove darkgrey;

}


.note {

background-color: rgb(255, 240, 154) /*oklch(0.919 0.104 90 / 0.75)*/;
border: 0.25rem dashed #000;
border-radius: 1rem;
padding: 0.5rem;

}