h1 {
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    margin-bottom: auto;
    width: 20%;
  }

  .row .footer-class{
      background-color: black;
  }

  .footer-class {
      background-color: rgb(10, 9, 9);
  }

  h6 {
      color: white;
  }

 .col-md-2 {
    display: flex;
    align-items: center;
 }

 .bg-primary {
     border-radius: 2rem;
 }

 .btn {
     border-radius: 2rem;
     align-items: center;
 }



