@media print {
  @page {
    margin-top: 2cm;

    margin-bottom: 2cm;

    size: A4 portrait;
  }

  html {
    font-size: 62.5%;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 0.8rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    line-height: 1.2;
  }

  h1,
  .h1 {
    font-size: 4rem;
  }

  h2,
  .h2 {
    font-size: 3.2rem;
  }

  h3,
  .h3 {
    font-size: 2.8rem;
  }

  h4,
  .h4 {
    font-size: 2.4rem;
  }

  h5,
  .h5 {
    font-size: 2rem;
  }

  h6,
  .h6 {
    font-size: 1.6rem;
  }

  p {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }

  small,
  .small {
    font-size: 1.2rem;
    font-weight: 400;
  }

  a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .row {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  header {
    display: none;
  }

  .contact,
  .education,
  .experience,
  .technical {
    padding-bottom: 4.8rem;
  }

  .about-me .container .details {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0rem;
  }

  .about-me .container .details .btn-download {
    display: none;
  }

  .about-me .container .image {
    display: none;
  }

  .contact .top-con {
    display: none;
  }

  .contact .bottom-con .container > div {
    padding-left: 0rem;
  }

  .contact .bottom-con p {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0rem;
  }

  .contact .bottom-con p .print {
    margin-left: 0.5rem;
    font-size: 1.1rem;
    --tw-text-opacity: 1;
    color: rgb(204 204 204 / var(--tw-text-opacity));
  }

  .education .education-details {
    flex-direction: row-reverse;
    padding-bottom: 1.6rem;
  }

  .education .education-details:last-of-type {
    padding-bottom: 0rem;
  }

  .education .education-details .left-area {
    max-width: 30%;
    flex: 0 0 30%;
    padding-right: 0rem;
  }

  .education .education-details .left-area .start,
  .education .education-details .left-area .end {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }

  .education .education-details .right-area {
    max-width: 70%;
    flex: 0 0 70%;
    padding-left: 0rem;
  }

  .education .education-details .right-area .arrowpart {
    display: none;
  }

  .experience .work-details {
    flex-direction: row-reverse;
    padding-bottom: 1.6rem;
  }

  .experience .work-details:last-of-type {
    padding-bottom: 0rem;
  }

  .experience .work-details .left-area {
    max-width: 30%;
    flex: 0 0 30%;
    padding-right: 0rem;
  }

  .experience .work-details .left-area .start,
  .experience .work-details .left-area .end {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }

  .experience .work-details .right-area {
    max-width: 70%;
    flex: 0 0 70%;
    padding-left: 0rem;
  }

  .experience .work-details .right-area .arrowpart {
    display: none;
  }

  .technical .skill {
    display: inline-block;
    padding-bottom: 1.1rem;
    padding-right: 1.1rem;
    font-size: 1.6rem;
  }

  .footer {
    display: none;
  }

  .schema {
    display: none;
  }
}
