.navbar {
  padding: 0px;
}
.navbar-logo {
  height: 80px;
  width: 80px;
}

.first-row {
  background-color: white;
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: left;
  padding: 12px;
}

.navbar-nav .open .dropdown-menu {
  background-color: grey;
}

.h1-first {
  color: #343a40;
}
.h1-second {
  color: grey;
}
.first-im {
  width: 100%;
  height: 100%;
}

.row-divider {
  margin: 30px;
}

.second-row {
  background-color: white;
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: left;
  padding: 12px;
}

footer {
  padding: 12px;
  background-color: #00a8f3;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: left;
  padding: 12px;
}
footer h5 {
  font-weight: bold;
  color: #343a40;
}