html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0;
  background-color: #152355;
  color: #f6f9f6;
  font-size: 18px;
}

.main-content {
  flex: 1;
  padding: 20px;
}

#bottombar-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000b58;
  padding: 10px 20px;
}

#bottombar-container {
  position: relative;
  display: flex;
  align-items: flex-end;
}


#memberlist img {
  width: 150px;
  height: auto;
}

#topbar-nav img {
  width: 25px;
  height: auto;
}

#topbar-nav {
  background-color: #000b58;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

#topbar-nav a {
  color: #f6f9f6;
  text-decoration: none;
  font-size: 18px;
  margin: 10px;
}

#user-display {
  margin-left: auto;
  font-size: 16px;
  padding-right: 10px;
  color: #f6f9f6;
}

.button-link {
  display: inline-block;
  background-color: #051858;
  color: #f6f9f6;
  font-size: 18px;
  height: 65px;
  width: 155px;
  border-radius: 5px;
  border: 1px solid #f6f9f6;
  text-align: center;
  line-height: 65px;
  text-decoration: none;
}

button {
  background-color: #051858;
  color: #f6f9f6;
  font-size: 18px;
  height: 65px;
  width: 155px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #f6f9f6;
}

a {
  color: #f6f9f6;
  font-size: 23px;
  text-decoration: none;
}

/* Style the link */
#bottombar-nav a {
  color: #f6f9f6;
  text-decoration: none;
  font-size: 18px;
}

#memberlist {
  background-color: #535d8a;
  align-items: center;
}

.member {
  padding: 2px 5px;
}

.nopagetext {
  color: #f6f9f6;
  font-size: 23px;
  text-decoration: none;
}

/* Optional: Style for user display in topbar */
#user-display {
  margin-left: auto;
  font-size: 16px;
  padding-right: 10px;
  color: #f6f9f6;
}
