body{
    background-color: #282A3A;
    color: #FCFCFC;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.navbar{
    background-color: #161821;
}

.navbar-brand{
    color: white;
}

.card{
    background-color: #161821;
    color: white;
}

#container{
    display: grid;
    grid-template-columns: 400px 400px 400px;
    justify-content: center;
    align-items: center;
    margin-right: 87px;
    gap: 35px;
}

.sidenav{
    width: 100%;
    max-height: 678px;    
    max-width: 375px;
    margin-left: 87px;
    padding: 20px;


    border-radius: 10px;
}

.sticky-top { 
    top: 5em; 
}

