html {
    height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #38384d; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #02FF11; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(2, 255, 19, 0.24); 
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    background-image: "linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(20,20,20,1) 100%)"
}

.content {
    padding-top: 2.5%;
    height: 100%;
    width: 80%;
    max-width: 1200px;
    float: right;
    position: fixed;
    padding: 20px;
    padding-top: 40px;
    text-align: left;
    right: 0;
    left: 3vw;
    margin: auto;
    overflow: auto;
}

h1,h2,h3 {
    line-height: 1.2; font-family: 'Zilla Slab', serif;
}

.sticky {
    margin-left: 2vw;
    margin-top: 2vw;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: table;
    position: sticky;
    opacity: 0.5;
}

.st-style {
    color: #ffffff;
    text-align: center;
    background-color: #38384d;
}

.clickable {
    cursor: pointer;
}

blockquote {
    background-color: #c7c6e6;
    color: #212127;
    padding: 20px;
    border-left: 20px solid #9b9ab3;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    max-width: 200px;
    width: 20vw;
}

.dropdown:hover .dropdown-content-first {
    display: block;
}

.dropdown-content {
    max-width: 170px;
    width: 15vw;
    margin-top: 10px;
    display: none;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:not(:hover){
    opacity: 0.5;
}

.dropdown-content:not(:hover){
    opacity: 0.5;
}

.dropdown-content-first:not(:hover){
    opacity: 0.5;
}

.ascii {
    font-size: 1vw;
    line-height: 0.9;
}

.link:not(:hover) {
    opacity: 0.5;
}

th {
    text-align: center;
}

tr {
    text-align: center;
}