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;
    text-align: center;
}

form {
    margin: 80px auto; 
    max-width: 600px; 
    padding: 20px; 
    background-color: #1e1e1e;
    border-radius: 10px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
}

.btn {
    background-color: rgb(101, 72, 233);
    border-color: white;
    padding: 10px 20px;
    font-size: 1.2rem;
    text-align: center;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    max-width: 200px; 
}

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