body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #24292e;
    line-height: 1.7;
    font-family: Inter,sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    margin: 0 auto 2rem;
    padding: 0;
    letter-spacing: 0;
}
p{
    font-size: 1rem;
}

.sidebar {
    padding: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 300px;
    align-self: flex-start;
}

.sized {
    display: block;
    font-size: 1rem;
}
.titles{
    margin-top: 40px;
}
.title-list ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block!important;
}
.title-list a{
    text-decoration: underline;
    color: #24292e;
    text-underline-offset: 3px;
    font-size: 1rem ;
    line-height: 30px;
}
.spacing {
    margin-top: 30px;
}
.title-list a:hover{
    color: #24292e;
}

/* tabs */

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
  }
  
  .tabs-left>li {
    float: none;
   margin:0px;
    
  }
  

.super-titles {
    margin-top: 40px;
    padding-left: 33px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 7px;
}
.sub-titles{
    margin-top: 22px;
    padding-left: 33px;
    font-size: 1.1rem;
    font-weight: 600;
}
.set p{
    padding-left: 33px;
    font-size: 1.1rem;
}

.undy{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.set a{
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #24292e;
    font-size: 1.1rem ;
    line-height: 30px;
}
.set a:hover{
    color: #24292e;
}
.set ul{
    list-style-type: none;
    display: block!important;
}
.set ul li {
    padding-bottom: 15px;
}