
.designer{

    background-color: #333;
    color: #bfbfbf;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
    text-align: center;
  
  }
  .designer a{
    text-decoration: none;
  
    color: #dd9933;;
  
  }
  @media screen and (max-width: 1024px){
    .designer{
      flex-direction: column;
      font-size: 12px;
    }

  }
  @media screen and (max-width: 480px) {
    .designer{
    font-size: 12px;
    }
  }