body {
    margin: unset !important;
}
.innerDiv {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, #FFF4D7 0%, #FFFFFF 76.56%);
    display: flex;
    flex-direction: column;
}
.title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 122px;
    text-align: center;
    color: #202020;
}
.subTitle {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #202020;
}
.description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    max-width: 60%;
    text-align: center;
    color: #464646;
}
.textDiv {
    display: flex;
    padding: 8%;
    z-index: 1000;
    height: 80%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.copyRightDiv {
    padding: 20px;
    margin-top: auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    z-index: 1000;
}
.centerMid {
    width: 300px;
    height: auto;
}
.topRight {
    position: fixed;
    top: 85px;
    right: 0;
}
.bottom {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: auto;
    right: 0;
}
.topLeft {
    position: fixed;
    top: 67px;
    left: 0;
}
.centerLeft {
    position: fixed;
    top: 250px;
    left: 20%;
}
.centerRight {
    position: fixed;
    top: 315px;
    right: 10%;
}
