
footer {
    width: 100%;
    height: 200px;
    background-color: rgb(211, 123, 72);
    padding: 10px 0;
    margin-top: 00px;
}


.footer-text {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
    
}
.footer-text div {
    width: 30%;

}

.footer-text div p, p a {
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: rgb(156, 156, 156);
}

.designer, p a {

    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: rgb(231, 231, 231);
  
}

.designer a {
    color: rgb(75, 56, 44);
}

.text-p {
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: rgb(231, 231, 231);
}














@media only screen and (max-width: 1025px) {


    footer {
        width: 100%;
        height: 200px;
        background-color: rgb(211, 123, 72);
        padding: 10px 0;
        margin-top: 00px;
    }
    
    
    .footer-text {
        display: flex;
        justify-content: space-around;
        margin: 30px 0;
        
    }
    .footer-text div {
        width: 50%;
    
    }
    
    .footer-text div p, p a {
        text-align: center;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: large;
        color: rgb(156, 156, 156);
    }
    
    .designer, p a {
    
        text-align: center;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: rgb(231, 231, 231);
      
    }
    
    .designer a {
        color: rgb(75, 56, 44);
    }
    
    
    
    
    
    
    
}
