/* mbna.css - estilos globais */

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    color: #2c3e50;
    border: 0px solid green;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1200px;
}