h1, h4 {
  text-align: center;
  font-family: "Trebuchet MS", sans-serif;

}


h1 {
  color: #090211;
  margin-top: 20px;
}
h2 {
  text-align: center;
  font-family: "Trebuchet MS", sans-serif;
  color: #000000;
  margin-top: 20px;}

  p {
  text-align: center;  
    font-family: "Trebuchet MS", sans-serif;
  }
img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  border-radius: 8px;
}
    .box {
      width: 60%; /* Reduce width */
      margin: 20px auto; /* Center horizontally */
      border: 1px solid #00000000;
      border-radius: 8px;
      padding: 20px;
      background: linear-gradient(-45deg, #6a0dad, #8a2be2, #1e90ff, #4169e1);  
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .box:hover {
      transform: scale(1.03) translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
@keyframes gradientScroll {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
link {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a {
  display: block;
  text-align: center;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: bold;
}
.rounded-box {
  border: 0px solid #3f0684;     
  border-radius: 10px;        
  padding: 16px;              
  background-color: #6c379e;  
  width: fit-content;       
  margin: 20px auto;
}
body {
  background-color: #3f0684;
  background-size: 400% 400%;
  animation: gradientScroll 15s ease infinite;
  font-family: "Trebuchet MS", sans-serif;
  color: #000000;
}


body {
  margin: 0;
  padding: 0;
}


#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  pointer-events: none;
}

button {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #6c379e;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

img {
  display: block;
  margin: 0 auto;
}
.rounded-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}