.container-fluid {
background-image: url('background.jpg')
}

body {
  padding-top: 5px; /* Adjust this value based on your navbar height */
  background-color: rgb(0, 0, 0);
}


.text-center { 
    font-family: "Comic Relief", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.list {
  background-color: rgb(78, 86, 164);
  color: white;
  width: 50%;
  align-items: center;
  width: 24rem;
  height: 28rem;
  border: 30px solid #cab145;
display: flex;
justify-content: center; /* Centers horizontally */
align-items: center; /* Centers vertically */
}

.card-img-top {
width: 24rem;
height: 20rem;
}

.container-fluid {
  padding-top: 15px; /* Adjust this value based on your navbar height */
}

img {
max-width: 100%;
max-height: 100%;
}


.tables {
  margin-top: 20vh;
}

.attraction-card {
  width: 70vw;
  height: 70vh;
  border: 30px solid #cab145;
}

.img-fluid {
  width: 25vw;
  height: 40vh;
  margin-top: 10vh;
}

.card-places {
  margin-top: 10px;
}
.card-text {
  margin-top: 60px;
}

.card-title {
  margin-top: 0px;
  font-weight: bold;
  font-size: 2.5rem;


}

.card-body {
  margin-top: 80px;
}

.card-algo {
  margin-top: 20px;
  margin-bottom: 20px;
}



