.btn-primary {
    background-color: #133250;
    border-color: #133250;
    color:rgb(255, 255, 255);
}

.btn-primary:hover{
    background-color: #133250;
    border-color: #133250);
    color:rgb(255, 255, 255);    
}

a{
    color: #133250;
}

.page-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}