*{
    box-sizing: border-box;
    padding:0;
    margin:0;
}


.bottomcontainer{
    height: 50%;

    /* padding-top:3%; */
 
    background-color: #1c1c1c;
    background-size: cover;
    background-position: center center;
    
}

.bottomabout{
    float:left;
    width: 100%;
    margin:7%;
    margin-bottom: 4%; 
    margin-top: 1%; 
    /* margin-top: 4%;  */
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #1c1c1c;
 color: white;

 padding-right: 17%;
    /* padding:7%; */
}
.bottomuseful{
    /* width:25%; */
    float:right;
    margin-right: 3%;
    font-size: 14px;
    background-color: #1c1c1c;
    margin:7%;
    margin-left:0;
    margin-bottom: 4%; 
    margin-top: 4%; 
}
.bottomuseful ul{
    list-style:none;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    
}



/* p{white-space: pre-line;
color: white;} */

.bottomuseful a{
    text-decoration: none;
    color:white;
    text-align:right ;
}

@media only screen and (max-width: 430px){
    .bottomabout #bottomAdd{
        font-size: 7px !important;
     
    }
   .bottomuseful #bottomuseful{
        font-size: 12px !important;
    }
    .bottomuseful li{
        font-size: 7px;
    }
    .bottomabout p{
            font-size: 7px;
    
    }

    footer{
        font-size: 7px !important;
    }
.bottomabout{
    width: 100% !important;
    margin-left:9% !important;
}
#bottomlogoimg{
    width:10% !important;
    margin-top:2% !important;
}
}

/* @media only screen and (min-width: 390px)and(max-width: 430px){
    
    .useful{
        font-size: 8px;
    }
    .about{
        font-size: 8.5px;
    }
}
     */
