/* version 1.0.1 */

body {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin: 0px;
color: #000000;;
background-color: #111216;
line-height: 1.5;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
}

#main-box{
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -590px;
    margin-top: -70px;
    max-width: 1200px;
    max-height: 700px;
    min-height: 500px;
    background-color: #0d0f17;
    border-radius: 2em;
    overflow: auto;
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    }
    
    ::-webkit-scrollbar-track {
    border-radius: 12px;
    }
    
    ::-webkit-scrollbar-track:vertical {
    background: -webkit-linear-gradient(top, #8D8D8D, #494949); 
    }
    
    ::-webkit-scrollbar-track:horizontal {
    background: -webkit-linear-gradient(left, #8D8D8D, #494949); 
    }
    
    ::-webkit-scrollbar-thumb {
    background: yellowgreen;  
    border-radius: 12px;
    }
    
    ::-webkit-scrollbar-thumb:hover {
    background: #88ba1c;  
      }

.hidden {
    opacity:0;
}

.console-container {
    font-size:4em;
    text-align:center;
    height:200px;
    width:600px;
    display:block;
    position:absolute;
    color:white;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.console-underscore {
    display:inline-block;
    position:relative;
    top:-0.14em;
    left:10px;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
color: #B5E853;
line-height: 1.5;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
text-align: left;
margin: 0 0 20px;
}
p {
color: #FFFFFF;
padding-left: 30px;
font-size: 15px;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
}
.hr {
border: 0;
border-top: 2px dashed #B5E853;
}
li {
color: #FFFFFF;
font-size: 15px;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
}
.button {
text-decoration: none;
text-align: left;
background-color: #121212;
color: white;
border: 2px solid #000000;
border-radius: 15px;
padding: 10px 14px;
font-size: 14px;
display: inline-block;
padding-left: 10px;
}
blockquote {
border-left-style: dotted;
border-left-width: 1px;
border-left-color: gray;
color: #8D8D8D;
padding: 20px;
}
td {
color: #FFFFFF;
border-spacing: 20px;
text-align: left;
padding: 8px;
}
th {
color: #FFFFFF;
border-bottom: 1px dashed #B5E853;
text-align: left;
padding: 8px;
}
dl {
color: #FFFFFF;
text-align: left;
padding: 5px;
}
dt {
color: #FFFFFF;
font-weight: bold;
}
.smallimg {
background-attachment: fixed;
background-position: left;
background-repeat: no-repeat;
background-size: cover;
width: 100px;
height: 100px;
}
.largeimg {
background-attachment: fixed;
background-position: left;
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
max-height: 100%;
display: block;
}
.horizontalscroll {
background-color: #242424;
font-style: italic;
overflow: auto;
white-space: nowrap;
color: #FFFFFF;
padding: 10px;
}
ul {list-style: none;}
ul li::before {content: ">>  "; color: #B5E853;}
ol {display: table; margin-left: 0; margin-right: auto; list-style-position: inside;}
/*  font style  */
.bold {font-weight: bold;}
.ital {font-style: italic;}
.oblique {font-style: oblique;}
.overline {text-decoration: overline;}
.strickthrough {text-decoration: line-through;}
.underline {text-decoration: underline;}
.keyword {color: #E867E8; border: 1px solid gray; background-color: black; padding: 2px 2px; }
.linkk {color: #6CBDEC; text-decoration: underline;}
.w3-black,.w3-hover-black:hover{color:#BAB9B9!important;background-color:#000!important}
/* margin for button */
.leftmar {margin-left: 30px;}
/* font colour*/
.gray {color: #8D8D8D;}
.green {color: #B5E853;}
/* padding */
.topp {padding-top: 10px;}
.left {padding-left: 30px}
.mediumsize {font-size: 19px;}