body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

a:hover {
    background-color: rgba(165, 42, 42, 0.5);
}

h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: blue;
}

h6 {
    bottom: 0;
    position: fixed;
    width: 90%;
    text-align: end;
}

a {
    color: chocolate;
}

a:visited {
    color: rgb(104, 86, 53);
}

.end {
    color: blue;
    text-decoration: underline;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.card img {
    margin-bottom: 10px;
    border-radius: 5px;
}

.card a {
    text-decoration: none;
    color: chocolate;
    font-weight: bold;
}

.card a:hover {
    color: brown;
}

.card p {
    font-family: 'Arial';
    color: #555;
    margin: 5px 0;
}

.descricao {
    background-color: #FFEB3B; /* Cor de fundo chamativa */
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-style: italic;
}
rodape {
    text-align: center;
}

