body {
    background-color: white;
  } 
  body a{
    color: black;
  }
  body a:hover{
    color: rgb(255, 168, 212);
    text-decoration: none;
  }
  .navbar{
    background-color: rgb(255, 168, 212);
  }
  .navLinks {
    color:black
  }

  .page-name {
    background-color: rgb(255, 168, 212);
    color: rgb(30, 30, 30);
    font-family: cursive;
  }
#welcomeTxT {
text-align: center;
}
  footer {
    color: rgb(255, 168, 212);
    background-color: rgb(30, 30, 30);
    margin-top: 2%;
}
.d-flex-footer {
    background-color: rgb(255, 168, 212);
    color: rgb(30, 30, 30);
    font-weight: bold;
    font-size: medium;
    padding: 1%;
}
.d-flex-footer a {
    color: rgb(30, 30, 30);
}
.d-flex-footer a:hover {
    color: rgb(100, 100, 100);
}
.footer-links a {
    color: rgb(255, 168, 212);
}
.footer-links a:hover {
  color: rgb(245, 215, 230);
}
.footer-bottom{
 background-color: rgb(0, 0, 0, 0.2);
}
.footer-bottom a {
color: rgb(255, 168, 212);
}


