.sidebar-container {
    width: 100%;
    /*background-color: #092581;*/
    background-color: #3C2415;
    /*border-radius: 5%;*/
}

@font-face {
    font-family: 'Lexend';
    src: url('https://static.igem.wiki/teams/5196/fonts/lexend-variablefont-wght.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.content-text {
    font-family: 'Lexend';
    font-weight: bold;
    color: white;

}

.heading {
    font-family: 'Lexend';
    font-weight: normal;
    color: white;
}

.subheading {
    font-family: 'Lexend';
    font-weight: light;
    color: white;
    padding-left: 20%;
}


.sidebar-container br {
    border-color: white;
}