body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Html1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 308px;
   height: 250px;
   z-index: 0;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Html1
{
   left: 0px;
   top: 0px;
   width: 308px;
   height: 250px;
   visibility: visible;
   display: inline;
}
}
  body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
  }
  #quote-box {
    border: 2px solid red;
    padding: 15px;
    text-align: center;
  }
  .title {
    color: blue;
    font-weight: bold;
  }
  #quote {
    font-size: 15px;
    margin-top: 10px; /* Spacing between title and quote */
  }
