* {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Cairo', sans-serif;
}
.week-title {
    color: rgba(255, 255, 255, 0.644)
}

#sidebar ul li a {
    display: inline-block;
    margin-right: 6px;
    color: white;
}


/* .p-4{
    height: 100vh;
} */

#sidebar, .subscribe-form .form-control, .btn.btn-primary {
    background-color: #288cea;
}

.highlight {
    color: #444444;
}

pre {
    background-color:#f8f9fa;
    padding: .75rem
}

.active1 {
    color: var(--blue) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.596) !important ;
}


.contact {
    color: rgba(255, 255, 255, 0.644)
}

.video-link {
    cursor: pointer;
    color: rgb(39, 103, 146)
}

#content{
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

