body{
    background-color: #f8f9fa;
    width: 100%;
}

.indexContainer{
    width:100%;
    height: calc(100vh - 103px);
    margin: 0;
    padding: 0;
    /* background: linear-gradient(to right,#060a2f,#00081f); */
    background-color: #00081f;
    
}

.indexPage{
    max-height:100%;
    width: auto;
}

.indexImage{
    width: 100%;
    height: 100%;
    background-image: url('../../imgs/homeimage.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center; 
    display: flex;
    align-items: center;
}



@media screen and (max-width: 700px) {
    .indexImage{
        background-image: url('../../imgs/homeimage-s.jpg');
    }   
}
