* {
    padding: 0;
    margin: 0;
}



body{
    background-color: #f5f5f5;

}

.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  align-items: center;
}

.navbar {
    /* display: flex; */
  /* height: 59.3px; */
  /* width: 100%; */
  background:  #f5f5f5;
  border-bottom: 2px solid rgb(223, 223, 223);
  color: black;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;

}

.logo {
    font-family: sans-serif;
    font-size: 25px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 600;
    width: 150px;
}

.links {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.lang__toggle {
    background-color: rgb(113, 113, 113);
    padding: 5px 25px !important;
    color: white !important;
    border-radius: 25px;
}

.links a {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 20px;
}

.links a:hover {
    color: #0000009a;
}
