


#mainnn > h3 {
    text-align: center;
    padding: 2rem 0rem 1rem 0rem;
    margin: 0;
    
}

#mainnn > h4 {
    margin: 0px 2rem 0rem;
}

#mainnn > p {
    font-size: 1.6rem;
    margin: 0px 6rem 0rem;
   
}
.myatrr {
 text-align: center !important;
}


   .Notetable table {
        width: 1000px;
    }
    
     table,
    table td,
    table th {
        border: 1px solid #000000;
        text-align: center;
       
    }
    .Notehead {    
        font-size: 24px;
        height: 100px;
        line-height: 100px;
    }

    .Notetable td {
        height: 50px;
        min-width: 30px;
    }
    .Notetable thead tr th {
        height: 80px;
        font-size: 20px;
    }

    .attr p {
        font-size:1.9rem;
    }

 

    @media screen and (max-width: 768px) {
   #myfooter {
            display: none;
        }
        .Mainp {
            margin-top: 100px;
        }
}


    @media screen and (min-width: 768px) {
   .Maindiv {
            margin-left:50px;
        }
    
}

.footerp{
    color: aqua;
    text-align: center;
}

.footerdiv {
    background-color: #325b87;
    height: 50px;
    width: 100%;
}



