    /*Here is some style*/
    
    body {
            font-family: Verdana, Arial, sans-serif;
            background-color: #000000;
            color: #ae15eb;
            text-align: center;
            padding: 50px;
        }
    .light-mode {
            background-color: #ffffff;
            color: #000000;
            font-weight: bold;
        h1 { color:#000000;}
        }
    
    .flex-container {
            display: flex;
            align-items: center; /* Vertically centers the text and images */
            justify-content: space-between; /* Evenly spaces the elements */
            gap: 15px; /* Adds a consistent gap between items */
        }

   .flex-container img {
            max-width: 100px; /* Adjust size as needed */
            height: auto;
        }
    .responsive {
            max-width: 100%;
            height: auto;
        }

    h1 {
            text-align: center ;
            color:aqua;
        }
    h2 {
            text-align: center ;
            color:rgba(235, 15, 15, 0.884);
        }  
    h5 {
            text-align: center;
        }
    h6 {
            text-align: center;
        } 
    a {
            color: #007BFF;
            text-decoration: none;
            font-size: x-large;  
        }
    p {
            margin-left: 35px;
            margin-right: 35px;
            text-align: center;
        }
    h6.left {
  float: left;
  width: 300px;
  border: 2px solid rgb(0, 0, 0);
  padding: 10px;
        }
    .construct {
            min-width: 400px;
            max-width: 50%;
            height: auto;
        }