.frame {
    max-width: 1200px;
    margin: 50px auto;
    position: sticky;
}

.leftframe {
    width: 1px;
}


.title{
  font-size: 30px;
 margin-left:25%;
}

body {
    height: 95dvh !important;
}

#left {
    height: 95dvh;
    overflow: scroll;
    padding-top: 100px;
    scrollbar-width: none;  /* Firefox */
}

#right {
    height: 95dvh;
    overflow: scroll;
    scrollbar-width: none;  /* Firefox */
}

.footer {
    bottom: 0;
}

.button {
    background: #85144b !important;
}

th {
    background: #85144b !important;

}

.hljs-ln {
    min-width: 100%;
}

.hljs-ln-numbers {
    text-align: right !important;
    padding-right: 5px !important;
    cursor: pointer !important;
    border-right: 1px solid black;
}

.hljs-ln-code {
    padding-left: 10px !important;
}

img {

    max-width: 100%;
    margin: auto;
    
}

.imgBox_small:before {
    content: '';
    z-index: 10;
    width: 100%;
    height: 300px;
    position: absolute;
    background: linear-gradient(180deg,rgba(42, 123, 155, 0) 0%,rgba(42, 123, 155, 0) 85%, rgba(179, 179, 179, 1) 100%);
}


.imgBox_small{
    margin-bottom: 10px;
    border-radius: 5px;
}

.center{
    height:100px !important;
}

#description{
    padding:10px !important;
}

#readme{
    padding:10px;
}

.textLink{
    display: inline !important;
}