body {
    font-family: 'Roboto', sans-serif;
    background-color: #121212; 
    color: #ffffff; 
    margin: 0; 
    padding: 0; 
}

.navbar-brand img {
    width: 200px; 
    height: auto; 
}

.icon-style {
    font-size: 2rem !important; 
    margin-right: 8px; 
}

.navbar-nav {
    font-size: 1.5rem;
    justify-content: center;
    width: 100%; 
    gap: 10px;
}

.nav-link {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
}

.nav-link:hover {
    color: #007bff; 
    background-color: rgba(0, 123, 255, 0.1); 
    border-radius: 10px; 
}

h1 {
    font-size: 55px;
    margin: 50px;
}

.highlight {
    color: white;
    font-size: 25px;
}

.lead {
    margin-top: 40px;
    font-size: 18px; 
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
}

.img-fluid {
    max-width: 350px;
    height: auto; 
    border-radius: 10%;
}

.footer {
    bottom: 0;
    margin-top: 20px;
    width: 100%; 
    background-color: #1e1e1e;
    text-align: center;
    padding: 10px 20px;
    color: #000000;
}
