body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

.main-footer {
    background-color: #1C1F33;
    color: white;
    padding: 20px;
    text-align: center;
}

.footer-buttons {
    margin-bottom: 20px;
}

.footer-button {
    display: inline-block;
    background-color: #01B676;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    border-radius: 5px;
}

.footer-button:hover {
    background-color: #01A55F;
}

.footer-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-images img {
    width: 250px; /* Set a fixed width */
    height: 75px; /* Adjust height to maintain aspect ratio */
    object-fit: contain; /* Ensure the full image is displayed without cropping */
}

.footer-text {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 20px;
}

.footer-text a {
    color: #01B676;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

.footer-text p:last-child {
    margin-top: 10px;
    font-weight: bold;
}
