html, body {
    height: 100%;
}
.navbar-custom {
  background-color: #95191c;
}
.navbar-brand {
    color: white;
}
.nav-link {
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 13px 18px;
}

h2 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}