.logos img {
    height: 70px;
    width: auto;
}

.youtube img {
    height: 150px;
    width: auto;
}

.aviacaotv img {
    height: auto;
    width: 280px;
}

.airportwings img {
    height: 300px;
    width: auto;
}

.message {
    font-weight: bold;
    color: #003366; /* Cor azul escuro */
    margin-top: 20px; /* Espaço entre o logo e o texto */
    font-size: 18px;
}

