.mainHubImgDiv {
    width: 100%;
    height: 110%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bodymainhub {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.maincontentiframe {
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.maincontentiframediv {
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 5vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.mainHubImgDiv::-webkit-scrollbar {
    display: none;
}

.bodymainhub::-webkit-scrollbar {
    display: none;
}

.maincontentiframe::-webkit-scrollbar {
    display: none;
}

.maincontentiframediv::-webkit-scrollbar {
    display: none;
}

.index::-webkit-scrollbar {
    display: none;
}

.index {
    height: 1100px;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-image: url("../hubimg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}