form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 2rem;
    width:auto;
    border-radius: 8px;
    background: linear-gradient(100deg, #00209f, #35a7ff);

}

#formdiv{
    min-height:70vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

body{
    margin: 0;
}

#btns{
    width:auto;
    height: 25px;
}



#navbar{
    display: flex;
    background-color: #00209f ;
    justify-content: space-between;
    align-items: center;
}

#buttons{
    display: flex;
    margin-right: 20px;
    gap: 5px;

}

#logo{
    display: flex;
    margin-left: 20px;
    color: white;
    font-weight: bolder;
    font-size: 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;
}


#profilebtn{
    height: 40px;
    width: 80px;
    font-size: 18px;
    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;
    border-radius: 10px;
}
input[type=text]:focus {
  border: 3px solid #555;
}


a{
    color: white;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#profileform{
        margin-top: 0px !important;
        width: auto;
        height: auto;
        border-radius: 20px;
}

#btns{
    width: auto;
    height: auto;
    font-size: 1.5rem;
    border-radius: 8px;
    cursor: pointer;
}

h1{
    color: white;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}