.side-menu {
    height: 500px;
    width: 150px;
    position: relative;
    border-right: solid grey 1px;
    float: left;
    margin-right: 10px;
    margin-bottom: 1000px;
    z-index: 1;
}