#gallery_thumbs {
text-align: center;
}

#gallery_thumbs img {
margin: 5px;
max-width: 20%;
}

#gallery_thumbs img:hover {
filter: brightness(125%);

transition-duration: 0.1s;
}

html, body {
font-size: 13px;
font-family: 'Arial', sans-serif;
text-rendering: optimizeLegibility;
margin: 0%;
background-image: url(../img/misc/2021030515405500-0E7DF678130F4F0FA2C88AE72B47AFDF.jpg);
background-size: 100%;
background-attachment: fixed;
}

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

#aside-wrapper{
width: auto;
}

#flex {
display: flex;
}

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


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

padding: 1%;
margin: 1%;
}

main {
width: 100%;
}

aside {
width: 25vw;
}

/*headings*/
h1, h2, h3 {
color: #fff;

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

/*horizontal lines*/
hr {
border-top: none;
border-bottom: 1px solid #bbb;
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:#ffff00;
text-decoration: underline;
}

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

#txtdocument{
font-family: monospace;

border: 1px solid #fff; 
margin: 1%; 
padding: 1%;
max-height: 50vh;
overflow: scroll;
}