#header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #7fb7e0;
    padding: 15px 30px;
}

#headerTitle img {
    max-width: 700px;
    height: auto;
}

#navbar {
    display: flex;
    gap: 20px;
}