
        body {
            background-color: #fff;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        img {
            max-width: 100%;
            height: auto;
             display: block;
  margin-left: auto;
  margin-right: auto;
        }

        .container {
            position: absolute;
            top: 40%;
            left: 25%;
            transform: translate(-50%, -50%);
        }
        p {
            font-size: 26px;
            color: #FFF;
        }

    @media screen and ( max-width: 1200px ) {

            .container {
            position: absolute;
            top: 40%;
            left: 20%;
            transform: translate(-50%, -50%);
    }
  }


  @media screen and ( max-width: 800px ) {

    .container {
        font-size: 26px;
            position: absolute;
            top: 20%;
            left: 20%;
            transform: translate(-50%, -50%);
    }

    p {
        font-size: 14px;
        color: #FFF;
    }

  }

   @media screen and ( max-height: 600px ) {
    .container {
        position: absolute;
        top: 15%;
        left: 20%;
        
    }
     p {
        font-size: 10px;
        color: #FFF;
    }
    
   }


      @media screen and ( max-height: 400px ) {
    .container {
        position: absolute;
        top: 15%;
        left: 20%;
        
    }
 p {
        font-size: 10px;
        color: #FFF;
    }
    
   }

   /* Mobile portrait orientation */
   @media screen and (max-width: 668px) and (orientation: landscape) {
    .container {
        position: absolute;
        top: 50%;
        left: 17%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }
    
    p {
        font-size: 16px;
        color: #FFF;
        margin: 0;
        padding: 10px;
    }
   }