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

body {
    background-color: #f7f8f9;
}

.content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.logo {
    margin-left: 22px;
    margin-top: 4px;
}

.drone {
    display: flex;

    width: 600px;
    height: 600px;
}

.aviso {
    position: relative;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 12px;
    text-align: center;
    color: var(--font-color);
    margin-top: -120px;
}

