#notebook_description {
    background-color: none;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    /*box-shadow: 0 0 5px #e7e7e7;*/
    /*border: 1px solid #e7e7e7;*/
}

@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;
}



#notebook_container {
    /*background-color: #f8f8f8;*/
    /*border: 1px solid #e7e7e7;
    border-radius: 5px;*/
    padding: 10px;
    margin: 10px;
    font-family: 'Lexend';
    font-size: 17x;
    /* TODO: move to right*/

    /*box-shadow: 0 0 5px #e7e7e7;*/
}



.card {
    background-color: #b2cdab;
    /*border: 1px solid #e7e7e7;*/
    border-radius: 5px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 30px;
    /*box-shadow: 0 0 5px #e7e7e7;*/
    font-size: 20px;
    max-width: 360px;
}


.month_container {
    background-color: #f6c46a;
    /*border: 2px solid #e7e7e7;*/
    border-radius: 5px;
   /* box-shadow: 0 0 5px #e7e7e7;*/
    font-size: 20px;
}


.month_card {
    background-color: #f8f8f8;
    /*border: 2px solid #e7e7e7;*/
    border-radius: 5px;
    /*box-shadow: 0 0 5px #e7e7e7;8?
    font-size: 20px;*/
}

.card:hover {
    background-color: #f6c46a;
}


.notebook_box {
    background-color: #f8f8f8;
    /*border: 1px solid #e7e7e7;*/
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 5px #e7e7e7;
    font-size: 20px;
}

.month_description {
    /* font color */
    color: black;
}



.week_cards {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    font-size: 20px;
    text-align: left;
}


.week_cards>ul>li>a {
    color: black;
    text-decoration: none;
    /*underline*/
    border-bottom: 1px solid #e7e7e7;
}


.week_img>img {
    border-radius: 5px;
    box-shadow: 0 0 5px #e7e7e7;
    /* align center vertically */
    width: 100%;
    height: auto;
}


.hidden {
    display: none;
}


.active {
    background-color: #f6c46a;
}