.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 */
}

#famine{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight:lighter
     
}

#contact{
    border:2px solid chocolate;
    border-radius:15px ;
    background-color: chocolate;
    color: white;
}
