* {
font-family: font-family: Arial, sans-serif;
}

/*background-color:  #162235#f4f4f4;#48527f#040B18;#07142bed*/
body {
    font-family: Arial, sans-serif;
    position: relative;
      
 
              background: #000; /* Base color for the background */
    margin: 0;
    padding: 50px;
    border: 2px solid #152033;
}

/*background: #333; BACKGROUND: #161429;*/
header {
border: 2px solid #152033;
   background-image: url("./src/Design 2.2.png");
    color: #FFF;
    padding: 10px 0;
    text-align: center;
	    border-radius:5px;
  background-position: right;
  background-repeat: no-repeat;
 background-color: #151f26;


}

main {
    display: flex;
    justify-content: space-between;
}

section {
    width: 32.7%;
    background:#2b73f6;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
    border: #6f7683 2px solid;
}


h2 {
    color: cornsilk;
}
h4 {
    color: #FFF;
}
ul {
    list-style-type: none;
    padding: 0;
}

li {
     cursor: pointer;
    padding: 9px;
    margin: 10px 0;
    border-radius: 5px;
    transition: background-color 0.3s;
    background: #151f26;

 
}


li:hover {
    background-color:#202d37fa; 
}

footer {
    text-align: center;
    margin-top: 20px;
}

#details {
    display: flex;
    flex-direction: column;
}

#details img {
    max-width: -webkit-fill-available;
    border-radius: 5px;
    text-align: center;

 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#details p {
    margin-top: 10px;
}

img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border: #0c1216 1px solid;
    display: inline-block;
    width: 8em;
    border-radius: 5px;


}
@media (max-width: 768px) {
    img {
        
        flex-direction: column;
        width: 50%;

    }
}
@media (max-width: 768px) {
    p {
        
        font-size: 6px;

    }
}
.hide {
  display: none;
}
/*#182538*/
footer {
    background-color: #151f27fa;
    color: white;
    padding: 27px 10px;
    margin-top: auto;
border-radius: 5px;
    padding-top: 20px;
  
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    margin: 0 20px;
}

.footer-section h3 {
        border-bottom: 2px solid #6069f3;
    padding-bottom: 10px;
}

.footer-section ul {
    padding: 0;
}

.footer-section ul li {
    margin: 10px 0;
}

.footer-section a {
    color: white;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.social-icons {
    gap: 10px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #2c78f2;
    padding-top: 10px;
}

#li {
    margin: 3px 0;
background: #151f26;
   }

#ul { padding: 20px;
    margin: 0;
    list-style-type: none;
    border-radius: 5px;
    background-color:#151f26;}

#bg {
padding: 20px;
list-style-type: none;
 border-radius: 5px;
background-color: #151f26;}


#shrink {
width: 3em;
text-align: center;
}

#images {
    max-width: 100%;
border: #273859 2px solid;

}

#border {
border: #273859 2px solid;
}