#footersection {
    width: 100%;
    height: 360px;
    margin-top: 40px;
    border: 1px solid transparent;
    background-color: rgb(55, 51, 51); 
    font-family: "Open Sans", sans-serif;
  }
  #footersection a{
    text-decoration: none;
    color: rgb(177,174,174);
  }
  #footersection>div {
    border: 1px solid transparent;
  }
  #footersection>div:first-child {
    height: 84%;
  }
  #footersection>div:last-child {
    height: 16%;
  }
  #bigfooter {
    width: 83%;
    margin: auto;
    display: flex;
    line-height: 25px;  
    font-size: 13px;
  }
  #bigfooter li{
    list-style-type: none;
  }
  #bigfooter>div {
    border: 1px solid transparent;
    width: 20%;
    margin: auto;
    height: 100%;
  }
  #bigfooter a:hover {
    color: red;
  }
  .bigfoothr {
    width: 60%;
  }
  #bigfooter h3 {
    font-weight: bold;
    font-size: 16px;
    color: white;
    margin-top: 10px;
  }
  #smallfooter {
    width: 100%;
    margin: auto;
    background-color: rgb(24, 24, 24);
    display: flex;
    justify-content: space-around;
    color: white;

  }
  #smallfooter>div {
    border: 1px solid transparent;
    font-size: 14px;
  }
  #smallfooter>div:first-child {
    width: 60%;
    display: flex;
    justify-content: space-evenly;
  }
  #smallfooter>div:last-child {
    width: 15%;
    text-align: end; 
  }
  #smallfooter>div>a {
    margin-top: 8px;
  }
  #link{
     margin-top: 8px;
  }