@charset "utf-8";
/* CSS Document */
/* header */
.header {
  position: fixed;
  z-index: 100;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 5%;
}