html,
body {
    height: 100%;
    /* overflow: hidden; */
    color: #333232;
}

.background-color {
    background-image: linear-gradient(-90deg, #395A72, #08314F);
}

.footer-color {
    background-color: #CED6DC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1% 0%;
}

.text-color {
    /* color: #CED6DC; */
    font-size: 5rem;
    text-transform: uppercase;
    background-image: linear-gradient(to right top, #CED6DC, #CED6DC, #CED6DC, #CED6DC, #CED6DC);
    background-size: 50% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 8vw;
    animation: gradientAnim 7.5s ease alternate infinite;
}

.coming-soon {
    height: calc(100% - 350px);
}

.padding-bottom {
    padding-bottom: 7rem;
}
.text{
    text-align: justify;
    line-height: 24px;
    word-spacing: 5px;
}

.li-style{
    list-style: upper-roman;
}