
.term-section {
    margin-top:5rem;
    padding: 0 20% 5% 20%;
    color:rgb(218, 218, 218);

}


.term-h1{
    margin-top: 0;
    display: inline-block;
    background: linear-gradient(60deg,#ffcf30,#f87c6b,#647eff, #7812fd);
    background-clip: text;
    color: transparent;
    margin-bottom: 0;

}
.term-content{
    background: #1e2028;
    padding:2rem;
}

.term-section a{
    text-decoration: none;
    color: rgb(61, 107, 233);
}
.term-section a:hover{
    transform: scale(1.02);
    padding:0 0 0.5rem 0;
    border-bottom:2px solid #48bff7;
    color: rgb(86, 190, 231);
}

