.content_container{
    font-family: Arial;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;

    position: absolute;
    height: max-content;
    width: 30%;
    top: 18%;
    left: 51%;
    padding: 1%;
}

.colour_archives_menu{
    box-sizing:content-box;
    width:6%;
    position: absolute;
    height:100%;
    min-height: 100%;
    top: 0%;
    left:43%;
    background-color: rgb(224,224,224, 0.5);
}

.colour_archives_button{
    font-family: Arial;
    font-weight: 100;
    font-size: 105%;
    position: relative;
    border: none;
    width: 80%;
    margin: 10%;

    cursor: pointer;
    text-align: center;
    background-color: rgb(0,0,0,0);
}

.colour_archive{
    width: 100%;
    height: max-content;
    font-weight: normal;
    font-size: 70%;
    line-height: 150%;
}

.colour_archive_hidden{
    display: none;
}

.colour_archive_month{
    width: 100%;
    text-align: right;
}
