/* div {
    width: 600px;
    height: 200px;
    background-color: bisque;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
button {
    font-size: large;
    font-weight: 100;
    margin-top: 80px;
} */
body,html {
    height: 100%;
}
.navbar-custom {
    background-color: #cfe2ff !important;
    color: #084298 !important;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}