#home{
width:80%;
}
#navigator{
border-radius: 5px 5px 0 0;
}

#main{
display:flex;
}
#mainContent{
width:75%;
}
#sideBar{
margin:0;
width:25%;
}
