.content-wrap h3{
    font-size: 2.8rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    color: white;
    padding-top: 30px;
}

.content-wrap h2{
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    color: white;
    padding-top: 30px;
}

.content-wrap h1{
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    color: white;
    padding-top: 10px;
}

.content-wrap p{
    font-size: 1.0rem;
    font-weight: 250;
    line-height: 1.5rem;
    color: white;
}

.content-wrap pre{
    font-size: 1.0rem;
    font-weight: 250;
    line-height: 1.5rem;
    color: white;
}

.content-wrap ul{
    font-size: 1.0rem;
    font-weight: 250;
    line-height: 1.5rem;
    color: white;
    padding-left: 30px;
    list-style: square;
}

.content-wrap ul li{
    font-size: 1.0rem;
    font-weight: 250;
    line-height: 1.5rem;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.content-wrap{
    max-width: 65vw;
    padding-right: 60px;
    padding-left: 60px;
}

.page-container{
    display: flex;
    flex-wrap: wrap;
}

.content-wrap table{
    border: 2px solid;
    border-radius: 5px;
    color: white;
}

.content-wrap td{
    border: 2px solid;
    font-size: 1.0rem;
    font-weight: 250;
    line-height: 1.5rem;
    color: white;
    padding:15px;
}

.content-wrap th{
    border: 2px solid;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
    color: white;
    padding:15px;
}

.content-wrap u{
    font-size: 1.2rem;
    font-weight: 250;
    line-height: 1.8rem;
    color: white;
    margin-bottom: 5px;
    
}

.content-wrap img{

    margin-top: 15px;
    margin-bottom: 5px; 

}



#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #aa77ff; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  .dbconc, .dbms, .compthink, .algos, .progdevcycle, .progdesign, .progtest, .adt, .files, .arrays, .dtr, .structprog, .constructs, .progbasics{
    scroll-margin: 60px;
  }

  @media (max-width: 820px) {


    .content-wrap{
        max-width: 100vw;
        padding-right: 60px;
        padding-left: 60px;
    }
    
    .content-wrap h3{
        font-size: 2.4rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 3rem;
        color: rgb(219, 219, 219);
        padding-top: 30px;

    }
    
    .content-wrap h2{
        font-size: 1.92rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 3rem;
        color: white;
        padding-top: 30px;
    }
    
    .content-wrap h1{
        font-size: 1.6rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 3rem;
        color: white;
        padding-top: 10px;
    }

    .content-wrap p{
        font-size: 1.2rem;
        font-weight: 250;
        line-height: 1.55rem;
        color: white;
        width: 100%;
    }

    .content-wrap ul{
        font-size: 1.2rem;
        font-weight: 250;
        line-height: 1.5rem;
        color: white;
        padding-left: 20px;
        list-style: square;

    }
    
    .content-wrap ul li{
        font-size: 1.2rem;
        font-weight: 250;
        line-height: 1.7rem;
        color: white;
        margin-bottom: 5px;
        width: 100%;
    }

    .content-wrap u{
        font-size: 1.2rem;
        font-weight: 250;
        line-height: 1.5rem;
        color: white;
        margin-bottom: 5px;
    
    }
  }
  

