@media screen {
  html {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
  body {
    /*font-family: "Verdana", sans-serif !important;*/
    /*background-color: rgba(255, 255, 255, 0.8);*/
  }
  .h3css {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 2rem 0 0.5rem;
  }
  .tipHeadingback{
    background-color: transparent !important;
  }
}
