.index{
    height: 98%;
    width: 100%;
    background: #E5E5E5;
}

.main {
    height: 98%;
  }
.index_overall{
    width: 100%;
    height: 100%;
    padding-top: 2em;
    padding-bottom: 4em;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    /* background-color: rgb(128, 0, 38); */
}
.index_left{
    /* position: fixed; */
    /* height: auto; */
    width: 20%;
    /* left: 0px; */
}
.index_right{
    position: fixed;
    right: 0px;
    /* top: 15%; */
    height: 100%;
    width: 80%;

    /* background-color: green; */
}

@media screen and (max-width:555px) {
    .index_right{
        width: 100%;
    }
}