@media not print {
  body {
    background-color: #2b87ff;
    color: rgb(255, 255, 255) !important;
    font-family:  sans-serif !important;
  }
  .div1 {
    padding: 10px 0 !important;
    background-color: gray !important;
    text-align: center !important;
  }
  .div2 {
    padding: 10px 0 !important;
    background-color: #91d111 !important;
  }
}

@media print {
  p, h1, b, h2, h3 {
    color: black; font-family: sans-serif;
  }

  img {
    display:none;
  }
}

img {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
}