/* Nav Menu */
#contact-container {
    display: flex;
    flex-direction: column;

}
#contact-discord {
    width: 100%;
    height: 800px;
    background-color: rgb(235, 233, 238);

}

/* Nav Menu */
ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 10;
    overflow: hidden;
    background: #143d59;
  }
  
  li {
    float: left;
  }
  
  li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* Body*/

.container_main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

/* ID Input form */
form {
  text-align: center;
   }

/* API Table */
.table{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

}
table {
    border: 1px solid;
    border-collapse: collapse;
     border-spacing: 0;
}

th {
    height: 50px;
    background: #143d59;
    color: #fff;
    vertical-align: center;
    border: 1px solid;
}

td {
    background-color: #eee;
    border: 1px solid;

}

p {
  text-align: center;
}

/* Footer */
.footer-container {
    justify-content: center;
    text-align: center;
}
.footer-content {
  margin-top: 50px;
  text-align: center;
}
/* Manifesto Page */
.manifesto {
  justify-content: left;
  text-align: center;
}
h3,h5 {
  margin-left: 15%;
  text-align: left;
}
p {
  margin-left: 15%;
  text-align: left;
  
}
container {
  padding-left: 25%;
}

/* Wallet Transactions Page */
.formwallet-container {
  display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}

h1.walleth1, p.walletdesc {
  justify-content: center;
  text-align: center;

}