body{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: normal;
    line-height: 135%;
}

#TableOfContents a{
    color:#000;
    font-size: .8em;
}

#TableOfContents a:not(:hover) {
    text-decoration: none;
}

/* #TableOfContents a:active{color:red;} */

.text-sm{font-size:.8em; line-height: 1.2em;}

h6{font-size: .8em;}
h1, .h1{font-size: 3.4em;}

.btn-light{
    background-color: transparent;
    border: 0.1rem solid;
    border-color: light-dark(#000, #ffffff);
    color: light-dark(#000, #ffffff);
    padding: 1.2rem 2.4rem;
    transition: all 0.5s ease;
    font-weight: 500;
}

.btn-light:hover {
    background: light-dark(rgba(123, 192, 203, 0.6), rgba(255, 255, 255, 0.8));
}