/*important*/

body{
font-size: 10.2pt;
font-family: 'Times New Roman', serif;
text-rendering: optimizeLegibility;

margin: 0%;
color: #000;
background-color: #fcfcfc;
}

#wrapper{
margin: auto;
width: 55vw;
}

#aside-wrapper{
width: auto;
}

#flex {
display: flex;
}

/*header and footer*/
header, main, aside, footer{
border: none;
color: #000;
background-color: #fff;
}


/*main*/
main{
margin-top: 5px;
margin-bottom: 5px;

padding: 1%;
margin: 1%;

background-image: url(img/paper_bg.png);
border: 1px solid olivedrab;
}

main {
width: 100%;
}

/*headings*/
h1, h2, h3 {
color: var(--accent2);

margin: 0%;
margin-left: 0%;
margin-right: 0%;
margin-top: 0%;
}

/*horizontal lines*/
hr {
border-top: none;
border-bottom: 1px dashed olivedrab;
border-right: none;
border-left: none;
}

/*lists*/

li, ol, ul {
text-align: left;

margin: 1.5%;
padding-left: 0%;

list-style-position: inside;
}

/*hyperlinks*/
a {
color:#810d0d;
text-decoration: underline;
}

a:hover {
color:#ee0808;
text-decoration: none;
}

/*tables*/
table, td, th {
border-collapse: collapse;
border: 1px solid #555;
padding: 3px;
overflow:hidden;
word-break:normal;

margin-left: auto;
margin-right: auto;
}
