/* style4.css */

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;

}


    h1 {
      text-align: center;
      color:#ad3dd9;
    }
titleB2{
color:#AD002D;
}


titleB3{
color:#00afcc;
}

titleB4{
color:#a260bf;
}

titleB5{
color:#ffc20e;
}

titleB6{
color:#0d0015;
}
.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  width: 300px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s;
}

.card img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
}

.card h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}

.card p {
  font-size: 16px;
  color: #444;
  margin: 10px 0;
}

.card a {
  text-decoration: none;
  color: #0066cc;
}

.card a:hover {
  color: #0099ff;
}

.card:hover {
  transform: translateY(-5px);
}
