/* Import Bootstrap CSS */

/* Your custom CSS code goes here */

body {
    background-image: url(imgs/BG2.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.center-text {
  text-align: center;
  color: white;
  margin-top: 20px;
}

.nav-link{
    color: white;
}



.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
    
  }

  .card {
    margin: 10px;    
  }

  
  