.footer{
 
    background-color: black;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
  }

  .company-name{
    font-size: 20px;
    margin-top: 0.5rem;
    color: rgb(172, 170, 170);
}