body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #f4f4f9;
  color: #333;
}

.container {
  max-width: 880px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h3 {
  margin-bottom: 10px;
}

.header {
  text-align: center;
  margin-bottom: 20px;
}

.header h1 {
  margin: 0;
  font-size: 2.5em;
  color: #0c6c62;
}

.header p {
  font-size: 1.2em;
  color: #ea7a0c;
}

.section {
  margin-bottom: 20px;
}

.section h2 {
  border-bottom: 2px solid #0077b6;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 22px;
  color: #333;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 10px;
}

.skills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.skill {
  background: #f4f4f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.footer {
  text-align: center;
  font-size: 0.9em;
  color: #777;
}

.download-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.view-btn,
.download-btn a {
  display: inline-block;
  background: #0c6c62;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}
.view-btn:hover,
.download-btn a:hover {
  background: #fff;
  color: #0c6c62;
  transition: background 0.3s;
  outline: 2px solid #0c6c62;
}
.resume-img,
.qr-wrap {
  width: 110px !important;
  height: auto;
}
.resume-img img,
.qr-wrap img {
  width: 100% !important;
}
