/* styles.css */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: #333;
    padding: 10px 20px;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    color: white;
    text-decoration: none;
}

.login-button {
    background-color: #4CAF50; /* Green */
    color: white;
    border: none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: auto; /* Aligns the button to the right */
    cursor: pointer;
}

.login-button:hover {
    background-color: #45a049; /* Darker green on hover */
}

.position-relative {
    position: inherit;
}

.img-fluid {
    width: 100%; /* Makes the image responsive */
    height: auto;
}

.overlay {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the text */
    color: white; /* Text color */
    text-align: center; /* Center text alignment */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 20px; /* Padding around text */
    border-radius: 10px; /* Rounded corners */
}

#row2{
    text-align: center;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

#row1{
    text-align: justify;
    font-weight: lighter;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: chocolate;
}

#ul{
    text-align: justify;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

#row6{
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: aqua;
    font-size: x-large;
}

#row7{
    text-align: justify;
    font-weight: lighter;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;


}

#row3{
    text-align: justify;
    font-weight: lighter;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
    color: chocolate;
}

#p1{
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: larger;
    color: chocolate;
}
