.logo img{
    width: 100%
}

footer{
    border-top:2px solid rgba(20, 20, 20, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 24px;
}

html{
    position: relative;
    min-height: 100%;
}

body{
    margin-bottom: 50px;
}

main{
    width: 100%;
    max-width: 1050px;
    margin: auto;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
    padding: 30px;
    text-align: justify;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 3px;
}

.table{
    margin-bottom: 0px;
}

.right{
    text-align: right;
}

/* @media (max-width: 1000px){
        padding: 5px;
    }
} */

a {
    color: #1b54ac;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

.footer-text a:hover, .footer-text a:active {
    text-decoration: none;
    color: rgba(255,255,255,1);   
}

.footer-text {
    text-decoration: none;
    color: rgba(160,160,160,1);   
}