@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
}

header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 3vw 4vw 0 2.6vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header h1 a {
  display: block;
}
header h1 a img {
  width: 11vw;
}
header ul.nav {
  align-items: center;
  display: flex;
}
header ul.nav li {
  padding-left: 1.8vw;
}
header ul.nav li a {
  display: block;
  font-size: 1.3vw;
  font-size: clamp(10px, 1.3vw, 25px);
}
header ul.nav li:last-child a {
  align-items: center;
  background-color: #000;
  border-radius: 2.2vw;
  color: #fff;
  display: flex;
  height: 2.2vw;
  justify-content: center;
  width: 9.6vw;
}/*# sourceMappingURL=style.css.map */