/*very important*/

html {
background-color:#000;
background-image: url(../../img/shrine/test_bg.jpg);
background-attachment: fixed;
background-size: 100% 100%;

color: #fff;
}

body {
font-family: Verdana, sans-serif;
font-size: 12px;
text-rendering: optimizeLegibility;

margin: 0%;

cursor: url('../../img/shrine/witwicky.png'), auto;

}
/*important*/

#wrapper{

width: 54vw;
}
  
#flex {
display: flex;
}

/*main and aside*/
main,aside{
background-color: #000;
color: #fff;

height: auto;
}

main{
width: 100%;
  border-right: 32px solid transparent;
  border-image: url(../../img/shrine/bayformers_border.png) round 58;
}

aside {
width: 15vw;
padding: 0%;
}

/*headings*/
h1, h2, h3{
margin: 0%;
margin-left: 0%;
margin-right: 0%;
margin-top: 0%;
padding: 0.3%;
}

p {
padding: 0.3%;
}

/*horizontal lines*/
hr {
border-top: none;
border-bottom: 1px dashed #61cdff;
border-right: none;
border-left: none;

width: 15%;
}

/*lists*/

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

margin: 1px;
padding-left: 0%;

list-style-position: inside;
}

/*hyperlinks*/
a {
text-decoration: underline;
color: #61cdff;
}

a:hover {
text-decoration: none;
}

/*tables*/
table, td, th {
border-collapse: collapse;
border: 1px solid #61cdff;
background-color: #fff;


overflow:hidden;
word-break:normal;

padding: 5px;
margin: 5px;
}

th{
background-color: #61cdff;
color: #fff;
}