body {
  font-family: Calibri, Arial, sans-serif;
  margin: 0;
  background: #ffffff;
  color: #000;
}

.resume {
  width: 210mm;
  min-height: 297mm;
  margin: auto;
  padding: 20mm;
  box-sizing: border-box;
}

h1 {
  font-size: 20px;
  margin-bottom: 4px;
}

.title {
  font-size: 12px;
  margin-bottom: 8px;
}

.contact {
  font-size: 10px;
  margin-bottom: 16px;
}

h2 {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 6px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

p {
  font-size: 11px;
  line-height: 1.5;
}

ul {
  margin: 4px 0 8px 18px;
  padding: 0;
  font-size: 11px;
}

.job-title {
  font-weight: bold;
}

.job-period {
  font-size: 10px;
  margin-bottom: 4px;
}

/* PRINT SETTINGS */
@media print {
  body {
    margin: 0;
  }

  .resume {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
}

.download-btn {
  position: fixed;
  top: 20px;
  right: 20px;

  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;

  width: 42px;
  height: 42px;

  display: none;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.download-btn:hover {
  transform: scale(1.05);
  background: #333;
}

.material-symbols-outlined {
  font-size: 20px;
}
