::selection {
    color: white;
    background-color: black;
}
html {
    height: 100%;
    background-color: black;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    text-align: justify;
    color: black;
    scrollbar-color: red black;
}
body {
    position: relative;
    margin: 0;
}

#kaneda {
    width: 800px;
    max-height: 100%;
    background: red url(/fanpages/kaneda/imgs/bg.gif);
    background-blend-mode: multiply;
    border-right: 25px solid red;
}
#main {
    position: relative;
    z-index: 2;
    width: 568px;
    height: fit-content;
    margin-left: 96px;
    padding: 10px;
    background-color: white;
    border-left: 10px solid black;
    border-right: 10px solid black;
    border-top: none;
}
p {
    line-height: 1.2;
}
a {
    color: red;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
    text-shadow: 0 0 1px red;
}
header {
    height: 80px;
    /*background: no-repeat url(/fanpages/kaneda/imgs/hdr.png);*/
    text-align: center;
    align-content: center;
    margin: -10px -10px 0 -10px;
    padding-right: 10px;
}
header h1 {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 56px;
    font-weight: bold;
    transform: scale(2, 1.2);
    text-shadow: 0px -1px 0px black;
}
header h2 {
    margin: 0;
    font-size: 12px;
}
#bike-info {
    width: 250px;
    margin: 0;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    float: inline-end;
}
#bike-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#bike-info ul li {
    border: 1px solid black;
    border-radius: 0 5px 0 5px;
    background: linear-gradient(-5deg, red 40%, black 110%);
    padding: 2px;
}
#bike-info ul li:not(:last-child), #sidebar ul li:not(:last-child) { 
   margin-bottom: 3px;  
}
aside#real {
    width: 172px;
    margin: 0 10px 0 10px;
    float: left;
}
.hr {
    width: 588px;
    height: 20px;
    margin: 0 -10px;
    background: url(/fanpages/kaneda/imgs/hazard3.gif) center no-repeat;
}
.section {
    font-size: 35px;
    font-weight: bolder;
    text-align: right;
    margin: 0;
}
.subsec {
    font-size: 18px;
    border-bottom: 1px dotted black;
    margin: 0;
}
#miniq img {
    width: 108px;
    border: 1px solid black;
}
ul {
    padding: 0 10px;
    list-style: inside;
    list-style-type: square;
}
hr {
    border: 4px solid black;
    border-width: 4px 0 0 0;
    margin: 13px 0 -25px -10px;
    padding: 0;
}
footer {
    background: no-repeat right url(/fanpages/kaneda/imgs/ftr.png);
    margin: -3px -10px -10px -10px;
    margin-left: auto;
    height: 80px;
    align-content: center;
    font-size: 12px;
}
.sticker {
    position: absolute;
    z-index: 1;
    filter: contrast(130%);
}

#sidebar {
    position: absolute;
    bottom: 6px;
    left: 8px;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#sidebar a {
    color: white;
}
#sidebar a:hover, a:active, a:focus {
    text-decoration: none;
}
#sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sidebar ul li {
    border: 2px solid black;
    background: linear-gradient(5deg, red 40%, black 110%);
    padding: 2px;
}