main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

main h1 {
    font-size: 1rem;
    margin-top: -50px;
}

main h1, main p {
    text-align: center;
}


main p, main a {
    font-size: 0.7rem;
}

main a, main a:hover {
    color: steelblue;
}

main a:hover {
    text-decoration: underline;
}

.profinanc #grande-logo {
    display: block;
    background: url(../../core/templates/gaidodev/img/logo.svg) no-repeat center;
    background-size: contain;
    height: 40vh;
    width: 100%;
}