.navbar {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;

    padding: 20px 40px;
    border-bottom: 3px solid #000000; 
}


.navbar-logo img {
    height: 100px; 
	margin-left:160px;
	
}

.navbar-title h1 {
	font-family: 'Playfair Display', sans-serif;
	font-size:45px;
    color: #333; 
    margin: 0;
}

.navbar-links a {
    text-decoration: none;
    color: #4285f4; 
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
	font-size: 20px;	
}

.navbar-links a:hover {
    background-color: #ddd; 
    color: #333; 
}
.logo {
    width: 100px;
    
}