.cv-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 25px;
  background: #f9fafc;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.cv-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #222;
}

.cv-form input {
  width: 90%;
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
}

#submit-btn {
  background: #0249AC;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s;
}

#submit-btn:hover {
  background: #F4B44B;
}

.cv-certificate img {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.cv-download-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #28a745;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.cv-download-btn:hover {
  background: #1e7e34;
  color: white;
}

.cv-error {
  color: red;
  margin-top: 15px;
  font-weight: 500;
}
