body {
    width: 100%;
    background-image: url(./images/amiga.jpg)!important;
    background-position: top!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background: #092756;

    color: #fff;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
}

div#logoHolder {
    padding-top: 25px;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #a5d2ff;
}

#linkList{
    margin-bottom: 15px;
}
footer.footer.text-center {
    background: rgb(255 255 255 / 51%);
    padding: 20px;
    margin: 20px;
    color: #161616;
}
.text-muted {
    color: #ffffff!important;
}
footer.footer a {
    color: #0028ff;
    text-decoration: none;
    background-color: transparent;
}
footer.footer a:hover{
    text-decoration: underline;
    color: #161616;
}