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

body {
    margin-bottom: 76px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-color: #003273;
}

.navbar {
    margin-top: 20px;
    background-color: #003273;
}

.grid-card {
    margin-top: 20px;
}

.card-title {
    color: #003273;
}

.btn {
    background-color: #003273;
}
