body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background: #333;
    color: #f8f8f8;
    text-align: center;
}

h2, h3, h6 {
    color: black;
}

.Branco {
	color: white;
}

form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 400px;
}

input, select, button {
    padding: 10px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

button {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    background: white;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    white-space: pre-wrap;
    border-radius: 8px;
    margin-top: 20px;
}

p, ul {
    color: black;
}
