@media (max-width: 400px) {
    .container {
        flex-direction: column;
    }
}



body {
    background-color: #141021;
}

.img-foto {
    width: 20%;
    height: auto;
    margin: 30px;

    border-radius: 50%;
}

.center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

html {
    scroll-behavior: smooth;
}

/* Estilo geral para o nav */
.nav {
    background-color:#110e2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px; /* Ajuste o preenchimento conforme necessário */
}

/* Estilo para a lista de navegação */
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-list li {
    margin-right: 20px; /* Espaçamento entre os itens */
}

.nav-list a {
    text-decoration: none;
    color: aliceblue; /* Cor do texto */
}

/* Estilo para a imagem do logo */
.logo {
    height: 40%; /* Ajuste o tamanho conforme necessário */
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 2%; /* Espaçamento entre os cards */
    justify-content: center;
    padding: 20px;
}

h1 {
    color: aliceblue;
}
h2 {
    color: aliceblue;
}


a,p{
    color: #110e2e;
}
.card img {
    max-width: 100%;
    border-radius: 8px;
}

.card p {
    margin: 10px 0 0;
    color: #333;
}



.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    text-align: center;
    padding: 10px;
}

.contatos{
    margin-top: 8rem;
   
}
