*{
  margin: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  
}
body{
 
}
nav {
  background-color: black;
  overflow: hidden;
}
.hambur{
  background-color: white;
}
nav a {
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav form {
display: flex;
align-items: end;
  margin-top: 8px;
  margin-right: 16px;
  justify-content: center;
}
nav forma {
  display: flex;
  margin-top: 8px;
  margin-right: 16px;
}


nav input[type="text"] {
  padding: 6px;
  border-radius: 4px;
  border: none;
}

nav button[type="submit"] {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  background-color: #ddd;
  margin-left: -5px;
}

nav button[type="submit"]:hover {
  background-color: #bbb;
  cursor: pointer;
}

.highlight {
  background-color: yellow;
}

.logonav{
  height: 70px;
border-radius: 10px 10px 10px ;
}

.loginnav{
  border-radius: 80%;
  height: 40px;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
 }
 .susnav{
  border-radius: 80%;
  height: 40px;
  color: black;
  
}
.login{
  display: flex;
  justify-content: center;
  align-items: center;
}
