body {
    margin: 0px;
    padding: 0px;
  }
  * {
    box-sizing: border-box;
    font-family: "Source Sans Pro", sans-serif;
    color: #444444;
    font-size: 16px;
  }
  a{
    display: inline-flex;
  }
  h2 {
    text-align: center;
    font-size: 36px;
  } 
  .verticalLine{
    border-left: 2px solid #ccc;
    height: 20px;
    align-self: center;
    margin-top: 20px;
  }
  #nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10%;
    margin: auto;
    font-size: 16px;
    height: 75px;
    font-weight: 400;
    line-height: 1.5em;
  }
  #nav>div:nth-child(2){
    display: flex;
    justify-content: space-between;
  }
  #nav>div:nth-child(3){
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  #nav a {
    text-decoration: none;
    margin-top: 18px;
    
  }
  #SignInElement{
    margin-top: 15px;
  }
  #SignInElement:hover{
    cursor: pointer;
  }  
  #nav img {
    width: 70px;
    height: 35px;
  }
  #nav button {
    /* margin-top: 15px; */
    margin-right: 15px;
    border-radius: 4px;
    background-color: white;

  }
  #nav select {
    margin-top: 15px;
    border: none;
    width: 27%;
  }
  #chat{
    border: 2px solid #25d366;
    color: #25d366;
    width: 90px;
    height: 34px;
    
  }
  #chat:hover{
    cursor: pointer;
  }
  #startFund{
    border: 2px solid #01bfbd;
    color: #01bfbd;
    width: 176px;
    height: 34px;
    
  }
  #startFund:hover{
    cursor: pointer;
  }
  #SignInElement{
    width: 200px;
    
  }