body,
html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    /* background-image: url("https: //images.unsplash.com/photo-1601219992101-9c6430278e68?auto=format&fit=crop&q=60&w=500&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDEwfHx8ZW58MHx8fHx8"); */
    background-image: url("dynamic-wang-ltRRbmk7eR4-unsplash.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* mobile  */
@media screen and (max-width: 480px) {
    .bg {
 background-image: url("dynamic-wang-ltRRbmk7eR4-unsplash.jpg");
height: 100%;
background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  } 
    }

/* tablets  */
@media screen and (max-width: 768px) {
    .bg {
        background-image: url("dynamic-wang-ltRRbmk7eR4-unsplash.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* laptops  */
@media screen and (max-width: 1024px) {
    .bg {
        background-image: url("dynamic-wang-ltRRbmk7eR4-unsplash.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* Desktops  */
@media screen and (max-width: 1200px) {
    .bg {
        background-image: url("dynamic-wang-ltRRbmk7eR4-unsplash.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* extra large screens  */
@media screen and (max-width: 1201px) {
    .bg {
        background-image: url("dynamic-wang-ltRRbmk7eR4-unsplash.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

h1 {

    text-align: center;
    padding-top: 25%;
    text-decoration-color: blue;

}
h6 {
text-align: center;
padding-top: 0%;
text-decoration: black;
}


  