*{
    padding: 0;
    margin: 0;
}
body {
    color: #ffffff;
    background: #fff;
    background-image: url(../IMG/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

a{
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
}
u{
    font-style: italic;
    color: rgba(255, 0, 0, 0.822);
}

/* navbar */

.search-icon{
    padding: 10px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .search-i{
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    border: none;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    width: 40px;
    display: flex;
    margin-top: -58px;
    margin-left: 22px;
  }  
  h1{
    text-align: center;
    font-size: 30px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 50px;
  }
/*Content*/
.post {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 850px;
    text-align: left;
    background: rgba(255, 255, 255, 0.15); /* Background with partial transparency */
  backdrop-filter: blur(10px); /* Apply background blur */
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2); /* Border with partial transparency */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); /* Box shadow for depth */
}
pre {
    margin: 20px;
    padding: 10px;
    width: 750px;
}
.copy-btn {
    margin-top: 10px;
    margin-left: 30px;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
h2{
    margin-top: 30px;
    text-align: center;
}
iframe{
    border-radius: 5px;
}

/*Download Button*/
.button{
    display:  flex;
    justify-content: center;
    align-items: center;
}

.btn{
    background: hotpink;
    box-shadow:  0 0 18px 3px hotpink;
    outline: none;
    border: none;
    color: white;
    padding: 10px;
    font-style: italic;
    margin: 25px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
}
/*Footer*/
footer {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 20px;
    margin-top: 40px;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .footer-column {
    flex: 1;
    margin-right: 20px;
  }
  
  .footer-column:last-child {
    margin-right: 0;
  }
  
  .footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .footer-column p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 5px;
  }
  
  .footer-column ul li a {
    color: #000000;
    text-decoration: none;
    margin-left: 10px;
  }
  
  @media (max-width: 768px) {
    .footer-column {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
  }

@media screen and (max-width: 768px) {
  
    .post {
        width: 380px;
    }
    pre{
        width: 360px;
    }
    iframe{
        height: 200px;
        width: 380px;
    }
    .slider-img{
        width: 400px;
        height:220px;
      }
}
