.landPg{
    background-color: rgb(9, 3, 93);
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    
    /* text-decoration-color: blue; */
}

.heading{
    text-align: center;
    font-size: 100px;
    color: antiquewhite;
}

nav{
    background-color: rgb(1, 1, 62);
    /* margin: 0px;
    padding: 0px; */

}


.mashupPara{
    writing-mode: vertical-rl;
    /* text-orientation: upright; */
    word-spacing: 5px;
    /* text-align: center; */
    color: rgb(103, 95, 183);
    /* text-shadow: 5px; */
    font-size: larger;

}

.secPg{
    background-color: rgba(130, 122, 201, 0.771);
    height: 1000px;
}

/* .navbar{
    background-color: rgb(254, 247, 208) !important;
} */