.bgimg-1 {
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* || Setting style for main content body */
.main {
    max-width: 80vw;
    padding-top: 3em;
    margin: auto;
    min-height: 100vh;
}

.main h1 {
    font-weight: 500;
    font-size: 3.5em;
    text-align: center;
    line-height: 10vh;
    height: 10vh;
    width: 100%;
    color: rgb(0, 0, 0);
}