body {
    /* background-color: #162777; */
    
    background-color: #1A152F;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400; /* Adjust the weight as needed */
}


/* Main Container */
.container {
    padding-top: 50px;
}



/* Fonts */


/* Images */





/* FOOTER */


.social-icon img {
    color: white;
    text-decoration: none;
    width: 30px;
    margin: 20px;
}

.social-icon a {
    color: white;
    text-decoration: none !important;
  
}

.social-icon:hover {
    text-decoration: none;
    color: #ffcc00; 
  
}


.contact a{
    color: white;
    text-decoration: none;
    transition: .3s;
}

.contact a:hover{
    color: #ffcc00; 
    text-decoration: none;
    transition: .3s;
}

 
.footer-links {
    list-style-type: none;
    padding: 0;
}
.footer-links li {
    padding-bottom: 10px;
}
.footer-links a {
    color: white;    
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #ffcc00; 
    text-decoration: none;
    transition: .3s;
}
