body{
    /* background-image: url("bg1.jpg"); */
    height: auto;
    background-image: linear-gradient(rgba(241, 228, 102, 0.637), rgb(255, 255, 255));
    background-repeat: no-repeat;
    background-attachment: fixed;
}
img.img-fluid{
    /* max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    justify-content: center;
    align-items: center; */
    /* display: flex;Keeps image's aspect ratio */
    display : flex;
    width: 1000px ;
    margin: auto;
}

.form-control {
    width: 100%;
}
.container{
    justify-content: center; 
}
/* .link-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.link-button:hover {
    background-color: #0056b3;} */