html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 60px;
}

.main-container {
    background-image: url('/images/main-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    
    min-height: 100vh;
    padding: 0;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #f8f9fa;
    text-decoration: underline;
}
footer a:hover {
    text-decoration: underline;
}
.Divisaana_Div, .Loan_Div {
    width: 500px;
    height: 500px;
    cursor: pointer;
    margin: 4%;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    outline: 6px solid black;
}

.Divisaana_Div {
    background-color: #332755;
}

.Loan_Div {
    background-color: #332755;
}