#btn-links{
    background-color: #183C76;
    color: #fff;
    border: none;
    align-items: center;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    text-align: center; 
    
}

#btn-links:hover{
    cursor: pointer;
    background-color: #0f264b
}

button{
    background-color: #183C76;
    border: none;
}

button:hover{
    cursor: pointer;
    background-color: #0f264b
}

.btn-auth {
    background-color: #0d6efd;
    padding: 10px;
    color: white;
    border-radius: 15px;
    border-color: #0a58ca;
}

.btn-auth:hover {
    background-color: #0b5ed7;
}

.card-body a {
    text-decoration: none;
}