:root {
    --background: #062231;
    --window: mediumseagreen;

    --background-img: url(img/j-cruikshank-_cLSVP7ZsbA-unsplash.jpg);

    --nav: linear-gradient(#174f59 20%, #1c363c 26%, #1c363c 43%, #0b1d30 48%, #154151);

    --mainbg: #162529;
    --border: 1px solid teal;
    --bordercolor: teal;
    --boxbg: #071928;
    --boxshadow: inset 0 0 0 1px #2e808a;
    --tooltip: linear-gradient(180deg, #1e414b, #152533);
    --tootip-point: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 1.5v18h18l-18-18Z' fill='%232f4a74' stroke='%23245174'/%3E%3Cpath d='M1 19.5H.5v-18l18 18H18' stroke='%2313234d'/%3E%3C/svg%3E");

    --button-face: #dcf4ee;
    --button-shade-light:#cdfaff;
    --button-shade-dark:#86b9cf;
    --button-face-hover:#c1ffff;
    --button-shade-light-hovered:#98d0f0;
    --button-gradient-hovered:linear-gradient(to bottom,var(--button-face-hover) 45%,var(--button-shade-light-hovered) 45%,#67a8cd);

    --sidebg: #142345;

    --footerbg: #122427;

    --headstrong: darkseagreen;
    --bodytxt: #eaf9ff;
    --link: palegreen;

    --scrollbar: mediumseagreen #0b2228;
    --footer: #202537;
    --footerborder: 1px solid #000000;


    --cursor: url(https://lapislabel.neocities.org/main_graphics/nat614.cur), auto;
}