  
    body {
      font-family: 'Poppins', sans-serif;
      text-align: center;
      /* background: linear-gradient(135deg, #e7681a, #ffcb5a); */
      background-image: url(https://i.makeagif.com/media/3-18-2020/PYsJ_G.gif);
      padding: 0px;
      color: rgb(255, 255, 255);
    }

    .header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    /* background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('header-image.jpg'); */
    background-size: cover;
    color: white;
    flex-direction: column;
}

.header-content img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.header-text h1 {
    font-size: 36px;
    font-weight: bold;
}

.header-text p {
    font-size: 18px;
    margin-bottom: 20px;
}


    .h1 {
  /* background: #eceaea4d; */
  padding: 0px;
  text-align: center;
}
nav a  {
  margin: 0 15px;
  color: rgb(219, 237, 28);
  text-decoration: none;

}
nav a:hover{
  margin: 0 15px;
  color: rgb(0, 0, 0);
  text-decoration: none;

}
.gallery {
  padding: 30px;
}

    h1 {
      font-size: 36px;
      color: #ecf0f3;
    }

    .mod-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .mod-box {
      width: 300px;
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      text-align: center;
      color: black;
    }

    .mod-box img {
      width: 100%;
      border-radius: 10px;
    }

    input[type="password"] {
      padding: 10px;
      width: 80%;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 16px;
      margin-top: 10px;
    }

    .btn {
      padding: 12px;
      margin-top: 10px;
      /* background: linear-gradient(135deg, #ffffff, #81e141); */
      
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .btn:hover {
    
      transform: scale(1.05);
    }
  /* background: linear-gradient(135deg, #357abd, #4a90e2); */



.btn{
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: auto;
  width: auto;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(45deg, #ff0000, #00ff00, #0000ff, #ff0000, #00ff00, #0000ff);
  background-size: 600%;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s;
  animation: gradient-95 5s infinite linear;
}

.btn:hover::after {
  opacity: 1;
}

@keyframes gradient-95 {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
 
 


    .message {
      margin-top: 8px;
      font-weight: bold;
    }
    p{
      color: #fff;
      font-style: inherit;
      font-size: large;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      font-family:'Times New Roman', Times, serif;
      font-weight: 150;
    }
  
    .icons a{
  background: #ecf0f3;
  position: relative;
  height: 60px;
  width: 60px;
  margin: 0 10px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 40%;
  transition: all 0.3s;
  box-shadow: -3px -3px 7px #ffffff,
              3px 3px 5px #ceced1;
}
.icons a:hover:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #ecf0f398;
  box-shadow: inset -3px -3px 7px #ffffff,
              inset 3px 3px 5px #b6b6b7;
}
.icons a i{
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 45px;
}
.icons a:hover i{
  transform: scale(0.9);
}
.icons a.fb i{
  color: #4267B2;
}
/* .icons a.twitter i{
  color: #1DA1F2;
} */
.icons a.insta i{
  color: #E1306C;
}
/* .icons a.git i{
  color: #333;
} */
.icons a.yt i{
  color: #ff0000;
}
.icons a.wh i{
  color: #1dfc00;
} 


