@media print {
  p {
    font-weight: 300;
    font-size: 21px;
    color: black;
  }

  .right-side p {
    text-align: right !important;
    font-size: 26px;
  }

  .contact-details p > span {
    margin-left: 20px;
  }

  h1 {
    text-align: left !important;
    font-family: fantasy !important;
    font-size: 36px !important;
    font-weight: 400;
    color: darkblue !important;
  }

  .info {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
  }

  .info p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue !important;
  }

  .info p span {
    font-size: 26px;
    font-weight: 500;
  }
}
