@font-face {
  font-family: "JoseonGulim";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff")
    format("woff");
  font-weight: normal;
  font-display: swap;
}

body {
  font-family: JoseonGulim;
  margin: 0;
  color: #333;
  background-image: url(../images/canyon-9765223.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.resume-container {
  width: 900px;
  margin: 40px auto;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.resume-container > header {
  padding: 30px 40px;
  background-color: #fdfdfd;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
  color: #333;
  font-weight: normal;
}

.resume-container > header h1 {
  margin: 0;
  font-size: 1.8em;
  font-weight: 300;
}

.resume-container > header h1 strong {
  font-weight: 700;
  color: #005a5a;
}

.content-wrapper {
  display: flex;
}

.left-column {
  flex: 1;
  max-width: 33.33%;
  background-color: #f8fafa;
  padding: 30px;
  border-right: 1px solid #e9e9e9;
}

.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  object-fit: cover;
  background-color: #e0e0e0;
  background-image: url(../images/cat-9813484.jpg);
}

.right-column {
  flex: 2;
  padding: 30px;
}

h2 {
  font-size: 1.3em;
  color: #007a7a;
  border-bottom: 2px solid #007a7a;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.left-column section:first-of-type h2,
.right-column section:first-of-type h2 {
  margin-top: 0;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.personal-info li {
  margin-bottom: 10px;
  font-size: 0.95em;
  color: #555;
}

.personal-info strong {
  color: #333;
  margin-right: 8px;
}

.certifications li {
  font-size: 0.95em;
  margin-bottom: 10px;
}

.certifications strong {
  margin-right: 10px;
  font-weight: 600;
}

.skills li {
  margin-bottom: 15px;
  font-weight: 600;
}

.skills progress {
  width: 100%;
  height: 18px;
  margin-top: 5px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}

.skills progress::-webkit-progress-bar {
  background-color: #e0e0e0;
}

.skills progress::-webkit-progress-value {
  background-color: #007a7a;
  border-radius: 5px 0 0 5px;
}

.skills progress::-moz-progress-bar {
  background-color: #007a7a;
  border-radius: 5px;
}

.right-column section {
  margin-bottom: 20px;
}

.right-column li {
  margin-bottom: 25px;
}

.right-column li strong {
  display: block;
  font-size: 0.9em;
  color: #666;
  font-weight: 500;
  margin-bottom: 2px;
}

.right-column li h3 {
  font-size: 1.15em;
  color: #222;
  margin: 0 0 5px 0;
}

.right-column li p {
  margin: 0;
  color: #555;
  font-style: italic;
  font-size: 0.95em;
}
