body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background: #f9f9f9;
    color: #333;
}

h1, h2 {
    color: #2c3e50;
}

a {
    color: #2980b9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form input, form select, form textarea {
    width: 300px;
    padding: 8px;
    margin-bottom: 10px;
}

form button {
    padding: 10px 20px;
    background: #2980b9;
    border: none;
    color: white;
    cursor: pointer;
}

form button:hover {
    background: #3498db;
}

.galeria-imagens img {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 150px;
    margin: 5px;
}
