* {
  font-family: "Delius", serif;
  font-style: normal;
}

body {
  background-image: url("/image/clouds-2821064_1920.png");
}

.image {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 300px;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.container {
  margin-top: 30px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.relatives-learning {
  text-align: center;
  margin: 110px 150px;
}

.relatives-learning h5 {
  font-size: 38px;
  font-weight: bold;
}

.relatives-learning p {
  font-size: 20px;
  color: #000000;
}

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
}

@media (max-width: 480px) {
  body {
    background-image: url("/image/clouds-2821064_1920.png");
    background-position: top;
    background-size: 2500px;
  }
  .relatives-learning {
    margin: 50px 20px;
  }

  .relatives-learning h5 {
    margin-top: 110px;
    font-size: 28px;
  }

  .relatives-learning p {
    font-size: 16px;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }
}
