.card {
   
    text-align: center;
  }
  
  .card h1 {
    position: relative;

    font-weight: bold;
  }
  
  .card p{
    font-weight: bold;
    font-family: Signika Negative, sans-serif;

  }
  .about{
      text-align: center;
  }
  .about h2{
      font:  sans-serif;
      font-size: 1cm;
      font-weight: bold;
  }
  .what-we-do {
      text-align: center;
  }
  #development{
      display: none;
  }
  #design{
      display: none;
  }
  #product{
      display: none;
  }
  footer{
      align-items: center;
  }
  footer{
   align-content: center;
  }
.what-we-do{
    margin-top: 1cm;
}
.about{
    margin-top: 1cm;
}
#delani{
    margin-top: 1cm;
}
#delani2{
    margin-top: 1cm;
}
#welcome{
    margin-top: 1cm;
}
.form-group{
    margin-top: 1cm;
    
}
.form-control{
color:whitesmoke;
}

.Footer {
    color: black;
    justify-content: center;
    text-align: center;
    font-family:  sans-serif;
  }
 #portfolio{
     margin-top: 0cm;
 }
 #mouse-click {
    animation: bounce 3s infinite;
  }
  
  @keyframes bounce{
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-55px);
    }
    60% {
      transform: translateY(-45px);
    }
  }
  