/* General page styling */
body {
  /*background-color: #fefbd8;*/
  background-image: url('p6.png');
  background-repeat: repeat;
  font-family: Arial, sans-serif;
  color: #333;
  padding: 20px;
}

/* Header */
h1 {
  color: #ff6347;
  text-align: center;
}

/* Link styling */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #ff69b4;
  text-decoration: underline;
}

/* Custom styled box */
.fun-box {
  background-color: #e0f7fa;
  border: 2px solid #00838f;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  font-size: 1.1em;
}
