
    .demo-layout-transparent {
      background: url('PXL_20231115_124158346.MP.jpg') center / cover;
    }
    
    .demo-layout-transparent .mdl-layout__drawer-button {
      /* This background is dark, so we set text to white. Use 87% black instead if
         your background is light. */
      color: rgb(255, 255, 255);
    }
    .div001 {
        text-align: center;
        color: white;
        padding: 15px;
    }
    .img001 {
        width: 400px;
    }
    .googleph {
        width: 1000px;
        height: 500px;
    }
    .text001 {
        font-size: 30px;
    }
    .space {
        height: 850px;
    }
    .movie {
        width: fit-content;
    }
    .dload {
        font-size: 40px;
        
    }
    .ytube {
        height: 800px;
        width: 1200px
    }
    .vid {
        text-align: center;
    }





@media (max-width: 800px) {
    .img001 {
        width: 250px;
    }
    .space {
        height: 420px;
    }
    .t002 {
        font-size: 35px;
    }
    .movie {
        width: 320px;
    }
    .ytube {
        height: 200px;
        width: 350px
    }
    .vid {
        text-align: center;
    }

}
 