footer {
    position: relative;
    margin-top: 120px;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    bottom: 0;
  }
  
  footer a {
    text-decoration: none;
  }