Tamanho BRA |
|
| P | M | G | GG |
---|
Comprimento (cm) |
|
| 67-67 | 67-73 | 73-76 | 73-76 |
Largura (cm) |
|
| 50-53 | 53-56 | 56-59 | 59-62 |
Altura (cm) |
|
| 165-170 | 170-175 | 175-180 | 180-185 |
body {
font-family: Arial, sans-serif;
background-color: #ffe600; /* Amarelo */
color: #051a53; /* Azul escuro */
padding: 20px;
}
.logo {
font-weight: bold;
font-size: 24px;
margin-bottom: 20px;
}
.titulo {
font-size: 36px;
font-weight: bold;
text-transform: uppercase;
line-height: 1.2;
margin-bottom: 20px;
}
table {
width: 100%;
border-collapse: collapse;
max-width: 700px;
}
th, td {
border: 2px solid #051a53;
padding: 10px;
text-align: center;
}
th {
background-color: #051a53;
color: #ffe600;
text-transform: uppercase;
}
.setas {
font-size: 24px;
font-weight: bold;
margin: 20px 0;
}