.navbar {
    width: 100%;
    height: 100px;
    background-color: #555;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.items {
    list-style: none; /* Remove bullets */
    display: flex;
    align-items: center;
    padding: 0; /* Remove default padding */
}

.navtext {
    color: whitesmoke;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-right: 20px; /* Adjust the spacing between items if needed */
    font-size: 25px;
}

.headimage {
    height: 75px;
    width: 75px;
    margin-left: 20px; /* Adjust the spacing between the last item and the image if needed */
    margin-top: 20px;
}
