body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
  padding: 0px;
  overflow-y: scroll;
  word-spacing: 0px;
  margin: auto;
  overflow-wrap: break-word;
  min-height: 100%;
  
  }



/* unvisited link */
a:link {
  color: #ff8cb5;
  text-decoration: none;
font-size: 18px;
}

/* visited link */
a:visited {
  color: #ffffff;
font-size: 18px;
}

/* mouse over link */
a:hover {
  font-size: 18px;
  color: hotpink;
text-decoration:underline;
}

/* selected link */
a:active {
  font-size: 18px;
  color: blue;
}


html {
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}


.headim {
      margin: 2px;
      width: 50px;
      height: 50px;
      border-radius: 0%;
      background-image: url("https://starrybeetle.com/unbalancedkiss/img/c7f7cbe9.gif");

}


.card {
  
border-width: 4px;
border-style: double;
border-color: #8cbfff;
margin: 10px;
padding: 5px;
border-radius: 20px;

}

.news {
  
border-width: 4px;
border-style: double;
border-color: #8cbfff;
margin: 10px;
width:200px;
height:300px;
color: #8cbfff;
background: #cccccc;
padding: 5px;
border-radius: 20px;

}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   padding: 2px;
   width: 100%;
   background-color: #8cbfff;
   color: white;
   text-align: center;
}



.story {
  color: #ffffff;
  background-color: #8cbfff;
  padding: 15px;
  font-size: 20px;

}

.txt {
  background-color: #ffffff;
  padding: 20px;
  margin: 0px;
  font-size: 16px;
  word-spacing: 1px;
  overflow-wrap: break-word;

  }

.deets {
  color: #8cbfff;
  background-color: #000000;
  padding: 0px;
  margin-top: 0px;
  font-size: 15px;
  

}


        .container {
            width: 70%;
            margin: auto;
            padding: 40px 20px;
        }



        .header {
            text-align: center;
            margin-bottom: 50px;
            color: white;
        }

        .demo-section {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            margin-bottom: 40px;
        }

        .section-title {
            font-size: 2rem;
            color: #2c3e50;
            margin-bottom: 30px;
            text-align: center;
            border-bottom: 3px solid #3498db;
            padding-bottom: 10px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .feature-card {
            background: #cccccc;
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            border-left: 4px solid #3498db;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .feature-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }

        .feature-card h3 {
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 1.3rem;
        }

        .feature-card p {
            color: #7f8c8d;
            font-size: 0.95rem;
        }

        .image-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }

        .image-grid img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            cursor: zoom-in;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .image-grid img:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        }



        .footer {
            text-align: center;
            color: white;
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.2);
        }

        .footer a {
            color: #3498db;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }

       
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.2rem;
            }
            
            .demo-section {
                padding: 25px;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .image-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }
            
            #example1 {
  border: 2px solid red;
  padding: 10px;
  border-radius: 25px;
}


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}


.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




}