@charset "UTF-8";
header {
  width: 100%;
  height: 5%;
  position: fixed;
}

header {
  background-color: rgba(135, 206, 235, 0.5);
}
header h1 {
  position: absolute;
  left: 10%;
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
}
header ul {
  position: absolute;
  right: 5%;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header ul li a {
  color: black;
  text-decoration: none;
}
header ul li a:hover {
  color: blue;
}

homeImg {
  width: 100%;
  height: 30%;
  position: relative;
}

body {
  font-family: "맑은고딕", "Malgun Gothic", serif;
  font-size: 16px;
}

.homeImg {
  background-color: red;
}/*# sourceMappingURL=home.css.map */