#footers>div>a{

    text-decoration: dotted;
    color: black;
    display: grid;
     padding-top: 10px;
     padding-bottom: 10px;
     margin-bottom: 10px;
    
    
        
    }
    
    #footers{
         display: flex;
         flex-wrap:nowrap;
        gap: 45px;
        
        margin-bottom: 50px;
    
            font-family: Arial, Helvetica, sans-serif;

            h3{
                color: black;
            }
        
    
    }
    
    footer{
        margin-left: 100px;
        margin-right: 100px;
    
    }
    
     
    #footers>div>a:hover{
        background-color: rgb(232, 222, 222);
            
        }
    
        #copywrites>div:nth-child(1){
            display: flex;
            text-align: center;
          align-items: center;
        }
    
        #copywrites {
            display: flex;
            flex-wrap: wrap;
            gap: 100px;
             
            font-family: Arial, Helvetica, sans-serif
        }
        @media(min-width:1300px){
            footer{
                max-width: 1300px;
                margin: auto;
    
            }
            footer{
                display: grid;
                justify-content: center;
                align-items: center;
            }
         }

         .cont{
            h2{
                color: black;
            }
            p{
                color: black;
            }
            a{
                color:#0078AD;

                text-decoration: none;

            }
         }