.member-nav {
    font-family: Comic Sans MS;
    line-height: 30px;
    background-color: rgb(219, 254, 218);
    height: 2300px;
    width: 10%;
    float: left;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 5px 0 5px -2px #888;
  }
  .member-title {
    text-align: center;
    text-decoration: underline;
    font-size: 500%;
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
    color: rgb(82, 164, 90);
    margin-top: 50px;
  }
  .leader {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 32%;
    height: 200%;
    border: solid;
    border-radius: 10px;
    box-shadow: 5px 3px 5px 3px #888888;
  }
  .blank {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 32%;
    height: 200%;
  }
  .follower {
    display: inline-block;
    width: 22%;
    margin-left: 5px;
    margin-right: 5px;
    border: solid;
    border-radius: 8px;
    box-shadow: 5px 3px 5px 3px #888888;
  }
  .leader-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
  }
  .follower-img {
    width: 100%;
    border-radius: 8px;
  }
  .leader-font {
    text-align: center;
    font-weight: bold;
    color: rgb(82, 164, 90);
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
    font-size: 250%;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .follower-font {
    text-align: center;
    font-weight: bold;
    color: rgb(82, 164, 90);
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
    font-size: 250%;
    margin-top: 0px;
    margin: 0;
  }
  .donation-meter {
    width: 98%;
    height: 30px;
    margin-top: 0;
  }
  .donation-text {
    margin-bottom: 0;
    text-align: center;
    color: rgb(215, 6, 6);
    font-size: 130%;
    font-weight: 500;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
  }
  .donate-button {
    color: white;
    font-size: 150%;
    background-color: red;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .donate-button:hover {
    color: white;
    background-color: red;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
    transition: padding 0.5s;
  }
  .search-bar {
    width: 90%;
    height: 40px;
  }
  .footer-1 {
    display: inline-block;
    float: right;
  }
  .footer-2 {
    display: inline-block;
  }
  .members-footer {
      font-family: “Comic Sans MS”, “Comic Sans”, cursive;
      background-color: rgb(55, 130, 47);
      color: rgb(179, 249, 178);
      clear: both;
      padding: 5px;
      border: solid;
      border-color: black;
      border-radius: 5px;
  }
  .link {
    color: blue;
    font-size: 150%;
    margin: 0;
  }
  .link:hover {
    color: red;
  }
  .email {
    text-align: center;
    font-size: 120%;
    margin: 0;
  }
  .email-link {
    text-align: center; 
    margin: 0;   
  }