  
.innermain {
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.customP {
    margin: 0px auto;
    color: #56BA6A;
    font-size: 10px;
    text-transform: uppercase; 
    max-inline-size: 540px;
    overflow-wrap: break-word; 
}
