@font-face {
    font-family: fc-bold;
    src: url(fc-bold.otf.html);
    font-weight: bold;
}


.darkbg {
    background-color: rgb(52, 58, 64);
}

.topbar {

    color: grey;
    width: 100%;
}

.fcbold {
    font-family: fc-bold;
}





.flex1 {
    width: 200px;
    height: 100vh;
    position: sticky;
    font-family: sans-serif;
    font-weight: bolder;
    background-color: rgb(52, 58, 64);
}

.flex2 {
    margin-left: 200px;

}