.headmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 20px; 
}

.company-logo {
    max-width: 40px;
    margin-right: 20px; /* Add margin to the right of the logo */
}

.waiter-area {
    text-align: center;
    flex-grow: 1;
}

.home-section {
    text-align: right;
    margin-left: 20px; /* Add margin to the left of the home section */
}

.titlewaiter {
	font-size: 20px;
}