.nav-link {
  font-size: 16px;
  color: black;
}

.nav-link-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.nav {
  position: absolute;
  left: 31%;
}

.sign-in-btn {
  font-size: 17px;
  background: black;
  width: 79px;
  border-radius: 25px;
  height: 45px;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-in-btn:hover {
  cursor: pointer;
}
.sign-in-btn.full-width {
  width: 100%;
}

.change-language a {
  font-weight: bold;
  color: green;
}

.user-name {
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 600px) {
  .user-name {
    margin-left: 10px;
    margin-top: 5px;
  }
}
