body{
  margin-bottom: 100px !important;
}
.iconsocial{
    color:#FFFFFF;
}
.iconsocial:hover{
    color:#292a2b;
}
.nav-link:hover{
    color: darkslategray;
    cursor: pointer;
}
.add:hover{
  color: darkslategray;
}
.add{
  cursor: pointer;
}
a:hover{
  color: darkslategray !important;
}
a{
  text-decoration: none !important;
}
.flex-container {
    display: flex;
    flex-direction: row;
  }
  .rond{
    clip-path:ellipse(50% 50%);
    width: 50px;
    height:50px;
    object-fit: cover;
  }
  .posit{
    top:0px;
    left:90px;
  }
  
  /* Responsive layout - makes a one column layout instead of a two-column layout */
  @media (max-width: 800px) {
    .flex-container {
        display:flex;
      flex-direction: column;
    }
  }
  .table{
    color:white;
  }
  .addbg{
    background-color: #839496;
    border-radius: 0 0 100% 100%;
    width:10%;
    margin:auto;
  }