body {
  font-family: 'Comic Sans MS', cursive;
  background-color: #ffeef8;
  color: #333;
}

h1 {
  color: #d63384;
  font-weight: bold;
}

nav a {
  text-decoration: none;
  color: #d63384;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

form input {
  padding: 5px;
  border: 1px solid #d63384;
  border-radius: 5px;
}

form button {
  padding: 5px 10px;
  background-color: #d63384;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

form button:hover {
  background-color: #a61e62;
}

.card img {
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.card {
  border: 2px solid #ffc0cb;
  box-shadow: 2px 2px 10px #ffd6e0;
}

.footer {
  background-color: #fffefe; 
  color: #000;
  padding: 20px 0;
  text-align: center;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.btn-rosa {
  background-color: #ff69b4;
  border-color: #ff69b4;
  color: white;
}

.btn-rosa:hover {
  background-color: #ff1493;
  border-color: #ff1493;
  color: white;
}

.bg-pink {
  background-color: #f8c8dc !important;
}

.btn-pink {
  background-color: #f88dbb;
  border-color: #f88dbb;
}

.btn-pink:hover {
  background-color: #e278a8;
  border-color: #e278a8;
}
