
        body {
            background-color: black;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }

        .container {
            position: absolute;
            top: 67%;
            left: 52%;
            transform: translate(-50%, -50%);
        }
        p {
            font-size: 18px;
            color: #FFF;
        }

    @media screen and ( max-width: 1200px ) {

            .container {
            position: absolute;
            top: 40%;
            left: 60%;
            transform: translate(-50%, -50%);
    }


  @media screen and ( max-width: 800px ) {

    .container {
        position: relative;
       /* top: 60%;
        left: 50%;*/
        width: 70%;
        padding-top: 220px;
        padding-left: 10px;
        padding-right: 60px;
       /* transform: translate(-50%, -50%);*/
    }

    p {
        font-size: 14px;
        color: #FFF;
    }

  }