@view-transition {
  navigation: auto;
}

body {
    margin: 0px;
    margin-top: 4em;
    margin-bottom: 5em;
    background-color: Canvas;
    color: CanvasText;
    color-scheme: light dark;
    font-family: system-ui, sans-serif;
    line-height: 1.3;
    font-size: 1.125em; 

     /* centering fix */
    margin-left: calc(100vw - 100%);
}

p, li {
  orphans: 2; /* Ensure at least two lines start the new column/page */
  widows: 2;
  text-wrap: pretty;
}

h1,
h2,
h3 {
    text-align: center;
    text-wrap: balance;
}

/*@media (prefers-color-scheme: dark) {
    body {
        background-color: #1a1a1a; 
        color: #dddddd;
    }
}

@media (prefers-color-scheme: light) {
    body {
        background-color: #fefefe;
        color: #222222;
    }
}*/

        .main {
            width: 100%;
        }


.bodytext {
    /*font-size: 1em;*/
}

/*.sources {
    width: 70vw;
    max-width: 40ch;
}*/

.screenshot {
    width: 80vw;
    max-width: 360px;
    height: auto;
}

.screenshot_desktop {
    width: 80vw;
    max-width: 720px;
    height: auto;
}

.logo {
/*        margin-bottom: 20px;
border-radius: 26.3px;
border: solid 1px rgba(0, 0, 0, 1);*/
}

.column {
    width: 80vw;
    max-width: 60ch;
/*       max-width: 80vw;
    width: 50ch;
    text-align: left;*/
    box-sizing: border-box;
    text-wrap: balance;
}

.citation {
    text-align: center;
}


li.item {
    margin-bottom: 1em;
}

ul.nobullet {
    list-style-type: none;
}

ul {
    margin: 0px;
    padding: 0px;
}


.sanserif {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }
    
a.btn_get {
        /*  -moz-appearance: button-bevel;
        -ms-appearance: button-bevel;
        -o-appearance: button-bevel;
        -webkit-appearance: button-bevel;
        appearance: button-bevel;*/
        border-radius: .6em;
         color: #007aff;
        /*height: 3em;*/
        padding: 1em 2em;
        /*box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);*/
        font-size: 1.2em;
        background-color: #ccc;
        /*background-color: #006fff;*/
        /*color: rgba(0, 0, 0, .75);*/
        /*color: blue;*/
        text-decoration: none;
        box-sizing: border-box;
        display: inline-block;
        /*border: solid 1px black;*/
        /*border: solid 1px #ffffff;*/
        transition: all 0.15s;
        /*box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);*/
        box-shadow: 0px 1px 3px rgba(0, 0, 0, .6);
        /*box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .5); */
        /*border: solid 2px black;*/
    }

    a.btn_get:hover {
        /*background-color: #0062e0;*/
        box-shadow: 0px 1px 1px rgba(0, 0, 0, .0);
        /*border: solid 1px black;*/
        /*border: solid 1px #ffffff;*/
    }

    a.btn_get:active {
        /*transition: all 0.05s;*/
        box-shadow: 0px 1px 1px rgba(0, 0, 0, .0);
        background-color: #bbb;
        color: rgba(0, 0, 0, .5);
    }