.navbar-custom {
  background-color: #ff8c1a;
}

body {
  margin: 0;
  font-family: 'Georgia', serif;
   background-color: #e6b488;
}

.navbar-custom .nav-link {
  color: black;
}

.title {
  color: black;
  margin-top: 15px;
  margin-bottom: 40px;
}

.resource-card {
  background-color: #63a9c6;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
  color:black;
}

.resource-card:hover {
  transform: translateY(-5px);
}

.btn{
  margin-left:100px;
  margin-right:100px;
}

.resource-card a {
  color: black;
  text-decoration: none;
}

.resource-card a:hover {
  color: black;
  border-color:black;
}

.card-title {
  font-weight: bold;
  text-align:center;
}
p{
  text-align:center;
}

footer {
  text-align: center;
  padding: 20px;
  color: white;
  margin-top: 50px;
}

.footer {
  background-color: #ff8c1a;
  color: black;
}

.footer a {
  text-decoration: none;
  color: black;
}

.footer a:hover {
  text-decoration: underline;
  color: white;
}

.footer-text {
  max-width: 250px;
}