/* /assets/css/style.css */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

header {
    background: #0056b3;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

/* Estilos para redimensionar as bandeiras */
ul li flag-icon {
    width: 32px !important;
    height: 24px !important;
    max-width: 100% !important;
    display: inline-block;
    margin-right: 5px !important;
    vertical-align: middle !important;
    object-fit: contain !important;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

footer {
    text-align: center;
    padding: 10px 20px;
    background: #222;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
