body {
    background: #e6e6e6 !important;
    color: #858585!important;
    font-family: 'Montserrat', sans-serif!important;
}

.content {
    height: 100vh;
    display: flex;
    align-items: center;
}

img.dados {
    width: 100%;
    max-width: 994px;
    height: auto;
}
h1{
    font-size: 38px;
    font-weight: normal;
}
@media (max-width: 480px) {
    .logo {
        width: 90%;
        height: auto;
    }
    h1{
        font-size: 20px!important;
    }
    a{
        font-size: 16px;
    }
}

hr{
    width: 60px;
    height: 6px;
    background: #3333ff;
    opacity: 1;
}
ul{
    margin-top: 40px;
    padding: 0;
    list-style: none;
}
ul li{
    margin-bottom: 15px;
}
a{
    font-size: 18px;
    text-decoration: none;
    color: #858585!important;
}