body 
{background-color: #E3DAEA;
    overflow: hidden; 
    overflow-y: hidden; 
  overflow-x: hidden; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding:0;
    height:100%;
    margin: 0;
    

  }
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #E3DAEA;
  }
  
  li {
    float: left;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

  }
  
  li a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
  }
  
  li a:hover {
    background-color: rgb(255, 255, 255)
  }
  .logo {
    width: 69px;
    margin-right: 22222px;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

  

  }
  .custom-br {
    display: flex;
    width: 70px;
    margin-right: 2222px;
   color: rgb(127, 71, 195); /*change color*/
   vertical-align: top;
  }


  


   
 
    footer {
      height: 43px;
      background-color: black;
    margin-top: auto;
    width: 2000px;
      text-align: center;

      color: white;
    }
    
  

