body {
    margin: 0;
}

#navbar {
    display: flex;
    background-color: #00209f;
    justify-content: space-between;
    align-items: center;
    height: auto;
    
}

#buttons {
    display: flex;
    margin-right: 20px;
    gap: 5px;
}

#logo {
    display: flex;
    margin-left: 20px;
    color: white;
    font-weight: bolder;
    font-size: clamp(20px, 5.5vw, 30px);   /* responsive: min 20px • scales with viewport • max 30px */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
}

#home {
    color: white;
    text-decoration: none;
    height: auto;
    width: auto;
}

#profilebtn {
    height: auto;
    width: auto;
    font-size: 20px;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
}

form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}

#search {
        display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #35a7ff;
    height: 3.4rem;
    cursor: pointer;
    border-radius: 50px;
    width: auto;
    align-items: center;
    align-self: center;
    margin-top: 10px;
}

#search p{
    margin: 0;
display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 10px;
}

#searchicon {
    height: 2rem;
    color: grey;
}

#searchbox {
            display: flex;
    justify-content: center;
    flex-direction: column;
    justify-self: center;
    width: auto;
    height: 3rem;
    font-size: 2rem;
    border-radius: 20px;
    text-align: center;

}


#head{
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    word-wrap: break-word;
    text-align: center;
}