/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block;}
body { line-height: 1; } ol,ul { list-style: none; } blockquote,q { quotes: none; } blockquote:before, blockquote:after,q:before,q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

/* =================================== */
/* =================================== */

* {
    box-sizing: border-box;
}

li {
   list-style: circle;
   list-style: disc; 
}
li {
    list-style: decimal-leading-zero;
    list-style: decimal;
}
a {
    text-decoration: none;
}

/* =================================== */

.bold {
    font-weight: 600;
}
.italics {
    font-style: italic;
}
.underlined {
    text-decoration: underline;
}

/* =================================== */

.list_title {
    margin-top: 5px;
}
.list_title + ul,
.list_title + ol {
    margin-left: 55px;
}

/* =================================== */

  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* =================================== */

body {
    background: #eee;
    background: #fefefe;
    color: #010101;
    font-family: 'Roboto', sans-serif;
    /* font-size: 17.49px; */
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 1.3;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
}
body { background: #dfdfdf; }
body { background-color: #fefefe;}

main {
    /* border: 1px solid #333; */
    /* width: 90%; */
    /* min-height: 200vh; */
    /* height: auto; */
    margin: auto;
}


/* =================================== */

/* =================================== */
    /*  Headings  */
h1, h2, h3, h4, h5, h6 {
    /* margin-top: 1rem; */
/*    margin-bottom: 0.5rem;*/
}
/*Headings Template*/
/*
 {
    font-size: %;
    font-weight: 00;
    display: ;
    width: %;
    margin: %;

    padding: ;
    padding-top: px;
    padding-bottom: px;
    padding-left: px;
    padding-right: px;

    border-bottom: 2px solid black;
}
*/

/* [ css.Headings cssHeadings ] */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* =================================== */

/* =================================== */


/* =================================== */

/* =================================== */









.category {
    border-bottom: 1px solid black;
    margin-bottom: 5rem;
}




























/* body {white-space:pre;} */




