body{
    margin: 0px;
    padding: 0px;
    height: 100vh;
    background-image: linear-gradient(rgba(109, 94, 5, 0.4),rgba(167, 142, 5, 0.4)),url(/bg13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.container img{
    width: 300px;
    height: auto;
    /* object-fit: contain; */
    position: absolute; 
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.container h2{
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-decoration-line: underline;
    text-decoration-color: rgb(90, 70, 70);
}
.container h5{
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
}
.container h4{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 8px;
}
.container h3{
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
}
.container h6{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
}

.container p{
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
}
footer{
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
}
.social-links img{
    height: 25px;
    margin: 20px;
    cursor: pointer;
    /* background-color:white; */
    border-radius: 10%;
    /* justify-content: space-between; */
    padding: 10px;
    
}
.social-links img:hover{
    background-color: rgb(236, 233, 232);
    transform: translateY(-5px);
}
.social-links{
    text-align: center;
    margin-top: 5%;
    justify-content: space-between;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-55%,-50%);
    font-size: 25px;
}
/* /* .b1 button{
    width: 90px;
    border: 0;
    padding: 5px 5px;
    outline: none;
    color: #861f1f;
    background: linear-gradient(to right,#d1c028,#937123);
    border-radius: 6px;
    cursor: pointer;
    margin-top: 3%;
    margin-left: 5%;
    transition: width 0.5s;
 } */

.b1 a{
    width: 90px;
    border: 0;
    padding: 5px 5px;
    outline:none;
    color: #0d120a;
    background: linear-gradient(to right,#e3cf18,#937123);
    border-radius: 6px;
    cursor: pointer;
    margin-top: 5%;
    margin-left: 3%;
    font-family:'Times New Roman', Times, serif;
    transition: width 0.5s;
}


@media (max-width:700px) {
    

    body{
        margin: 0;
        padding: 0;
        height:100vh;
        background-size: cover; 
    }
    .container img{
        width: 230px;
        height: auto;
        /* object-fit: contain; */
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .container h2{
        text-align: center;
        position: absolute;
        font-size: 18px;
        top: 43%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-decoration-line: underline;
        text-decoration-color: rgb(14, 7, 7);
    }
    .social-links{
        text-align: center;
        margin-top: 5%;
        justify-content: space-between;
        position: absolute;
        top: 47%;
        left: 49%;
        transform: translate(-50%,-50%);
        font-size: 3px;
    }
    .social-links img{
        height: 15px;
        margin: 15px;
        cursor: pointer;
        /* background-color:white; */
        border-radius: 10%;
        /* justify-content: space-between; */
        padding: 3px;
    }
    .container h5{
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 6px;
    }
    footer{
        position: absolute;
        top: 57%;
        left: 52%;
        transform: translate(-50%,-50%);
        font-size: 8px;
    }
  
    .container h4{
        position: absolute;
        top: 68%;
        left: 48%;
        transform: translate(-50%,-50%);
        font-size: 8px;
    }
    .container h3{
        position: absolute;
        top: 70%;
        left: 48%;
        transform: translate(-50%,-50%);
        font-size: 15px;
    }
    .container h6{
        position: absolute;
        top: 72%;
        left: 48%;
        transform: translate(-50%,-50%);
        font-size: 9px;
    }
    .container p{
        position: absolute;
        top: 76%;
        left: 51%;
        transform: translate(-50%,-50%);
        font-size: 8px;
    }
    .b1 a{
        width: 40px;
        border: 0;
        padding: 2px 2px;
        outline:none;
        color: #0d120a;
        background: linear-gradient(to right,#e3cf18,#937123);
        border-radius: 6px;
        cursor: pointer;
        margin-top: 5%;
        margin-left: 8%;
        font-family:'Times New Roman', Times, serif;
        transition: width 0.5s;
    }

}
