body{
    background-color:#E8E6E6;
}

.nav-bar-bottom{
    background-color: #E8E6E6;
}


.subpage{
    margin-right: 25%;
    margin-left: 25%;
}

.subpage-main_content{
    display: flex;
}

.subpage-main_content-left{
    flex: 1;
}

.subpage-main_content-right{
    flex: 2;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}
