
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
header {
    color: white;
    text-align: center;
}

main {
    padding: 20px;
    margin-bottom: 100px;
}
footer {
    background-color: #0FA184;
    font-family: montserrat;
    font-size: 10pt;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer img{
    margin-right: 10px;
    margin-left: 10px;
}

footer a:hover {
    background-color: orange;
}

a {
        transition: transform 0.3s ease;
}

a:hover {
    transform: scale(1.2);
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Espaço entre as divs */
    justify-content: center;
}

.container-icons {
    margin: 0 auto;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Estilos das divs quadradas */
.square {
    width: 140px;
    height: 140px;
    margin-top: 70px;
    margin-bottom: 60px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
