footer {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 20px;
    margin-top: 50px;
    min-height: 120px;
    margin-top: 10px;
    text-align: center;
    
}

.social-media img {
    height: 45px;
    width: 50px; 
}


.newsletter input {
    padding: 2px;
    margin-right: 10px;
}


.footer-bottom {
    margin-top: 15px;
    font-size: 14px;
}
