:root {
    --main-color: #0a4684;
    --font-color: #7d7d7d;
    --mobile-font-color: #180a29;
}

@media only screen and (max-width: 600px) {
    .header {
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        height: 120px;
    }
    .logo {
        display: flex;
        margin: auto;
        height: 120px;
        justify-content: center;
    }
    .content {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .drone {
        display: flex;
        width: 100%;
        height: 500px;
        margin-top: -40px;
    }
    .aviso {
        font-family: "Poppins";
        font-style: normal;
        font-size: 1.25rem;
        text-align: center;
        color: var(--mobile-font-color);
        margin-top: -100px;
    }
}
