*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}




    table{
        height: 100vh;
        width: 100%;
    }


 table, td{
        /* border: 1px solid rgb(255, 0, 0); */
        
        margin: auto;
    }

    header{
        background-color: #1a1a1a;
        /* background-image: url(images/verynicelogo1.png); */
        border-color: #ffffff;
        

        transform: scale(1.0);
        box-shadow: 0px 0px 10px 1px #ffffff;
        border-bottom-left-radius: 30px;
        /* border-top-right-radius: 50px; */
        border-bottom-right-radius: 30px;
    }

    .header-container{
        
        width: 100%;
        
        padding: 1px 20px 1px;

    }

    .header-nav{
        margin: 10px 0;

    }

    .header-nav ul{
        /* display: flex; */
        justify-content: center;
        list-style-type: none;
        text-align: center;
        
    }

    .header-nav ul li a{
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 100;
        opacity: 0.9;
        transition: 0.1s;
        

    }


    .header-nav ul li a h1{
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 100;
        opacity: 0.9;
        transition: 0.1s;
        

    }

    .header-nav ul li a h1:hover{
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 500;
        opacity: 0.9;
        transition: 0.1s;
        

    }


    .header-nav ul li a:hover{
        opacity: 1;
        color: #ffffff;
    }
    

    .social-icons{
        display: flex;
        justify-content: center;

    }

    .social-icons a{
        text-decoration: none;
        padding: 10px;
        background-color: rgb(255, 255, 255);
        margin: 10px;
        border-radius: 50%;

    }

    .social-icons a i{
        font-size: 1.5em;
        color: rgb(0, 0, 0);
        opacity: 0.9;

    }

    /* hover effect on social media icons*/
    .social-icons a:hover{
        background-color: #000000;
        transition: 0.5s;

    }

    .social-icons a:hover i{
        color: rgb(255, 255, 255);
        transition: 0.5s;
    }

    






    footer{
        background-color: #000000;
        /* border-color: #ff0000; */
        

        transform: scale(1.0);
    border-color: #ff0000;
    
    box-shadow: 0px 0px 10px 1px #555;
    border-radius: 15px;
    color: #000000;


        background-color: #111111; /*try red color here*/
        
    }

    .footer-container{
        
        width: 100%;
        
        padding: 1px 15px 1px;

    }

    .footer-nav{
        margin: 10px 0;

    }

    .footer-nav ul{
        display: flex;
        justify-content: center;
        list-style-type: none;
        text-align: center;


	

    }

    .footer-nav ul li a{
        color: rgb(255, 255, 255);
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        opacity: 1;
        transition: 0.1s;

    }

    .footer-nav ul li a:hover{
        opacity: 1;
        color: #fff;
        box-shadow: 0px 0px 10px 1px #ffffff;
        border-radius: 13px;
    }

    .footer-nav ul li a:active{
        color: red;
    }

    .footer-bottom{
        /* background-color: #252525; */
       /* background-image: -webkit-linear-gradient(#ffffff,#000000,#ffffff,#444,#000000); */
       background-image: -webkit-linear-gradient(#444,#000,#111,#222,#333,#444,#111); 
       /* background-image: -webkit-linear-gradient(#444,#000,#111,#111,#111,#000,#444); */
       padding: 15px;
        text-align: center;
    }

    .footer-bottom p{
        color: #ffffff;
    }





    
    .designer{
        opacity: 0.7;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0px 5px;
    }


    .header1-container{
        display: flex;
    }

    .header1-nav ul{
        display: flex;   
        list-style: none; 
        letter-spacing: 1px;
        justify-content: center;
        margin: 10px;
        text-align: center; 
        /* background-image: -webkit-radial-gradient(#fff, #000);   */
        
    }

    .header1-nav ul li{
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 1px;
        color: #000000;
        box-shadow: 0px 0px 6px 2px #000000;
        /* background-image: -webkit-repeating-linear-gradient(#fff, #000 10%, rgb(255, 255, 255), #000 90% ); */
        /* background-image: -webkit-repeating-linear-gradient(to right,#fff, #000 10%, rgb(255, 255, 255), #000 90% ); */
        /* background-image: repeating-linear-gradient(to bottom, #222 5%, #444, #666, #999, #666, #444, #222 5%); */
        background-image: linear-gradient(to bottom, #222, #666);


    }

    .header1-nav ul li:hover{
        padding: 10px;
        border-radius: 1px;
        color: #000000;
        box-shadow: 0px 0px 3px 1px #080808;
               
        
        

        /* transform: scale(1.0); */
    
    


    }

    .header1-nav ul li a{
        color: #000000;   
    }

    .header1-nav ul li a:hover{
        color: #777;
        
         
        
    }

    .header1-nav ul li a:active{
        color: rgb(255, 0, 0);
    }



    @media (max-width:700px){
        .footer-nav ul{
            flex-direction: column;
        }
    }