    footer {
	    font-family: 'Roboto', sans-serif;
        background-color: #111;
        padding: 30px;
        color: white;
        text-align: center;
    }
    .footer-container {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        flex-wrap: wrap;
    }
    .footer-section {
        flex: 1;
        padding: 10px;
        min-width: 250px;
    }
    .footer-section h3 {
        margin-bottom: 10px;
    }
    .social-icon {
        width: 30px;
        height: 30px;
        margin: 10px;
    }		
