@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3&family=Source+Serif+Pro&family=Nanum+Myeongjo&display=swap");

.header a {
  color: yellow;
}

.navbar {
  font-weight: 500;
  background-image: linear-gradient(to right, #ffdddc99, #ffe1df99, #ffe5e399, #fee8e699, #feecea99) !important;
  color: #000c !important;
  min-height: 60px;
  font-size: 1rem;
}

.navbar a {
  color: #000 !important;
  margin-inline: 0.2rem;
  font-size: 0.9rem;
}
.navbar a:hover {
  color: #ef3b36 !important;
  transition: all 0.2s;
}

body {
  background-image: linear-gradient(to right, #ffdddc99, #ffe1df99, #ffe5e399, #fee8e699, #feecea99);
  color: #000c;
  font-family: "Source Sans 3";
  font-size: 1rem;
  padding-bottom: 4rem;
}

h4:not(.exclude) {
  color: #ef3b36;
  padding-left: 1rem;
  border-left: 2rem solid;
  font-weight: 700;
  font-family: "Source Serif Pro";
}

.wrap h2 {
  font-family: "Source Serif Pro";
}

h3 {
  text-align: center;
  margin-block: 0.5rem 1.5rem;
  color: #ef3b36;
  font-weight: 700;
  opacity: 0.5;
}

.shadow {
  box-shadow: 0 0 8px #0007;
}
