

.body
{
    background-image: url(../Images/background.png);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-size: cover;

}
.body1
{
    background-image: url(../Images/background1.png);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-size: cover;

}
.body2
{
    background-image: url(../Images/background2.png);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-size: cover;

}
.body3
{
    background-image: url(../Images/background3.png);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-size: cover;

}
#logo
{
    max-width: 5%;
    height: auto;
    margin-left: 50px;
}

.color
{
    background-color: aliceblue;
    border:2px solid black;
    margin-top: 60px;
    padding: 30px;
    
}
.carousel-container {
    margin-top: 1%;
    margin-right: 30%;
    margin-left: 30%;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    max-height: 700px;
}


.carousel-control-prev-icon {
            background-color: red; 
            border: 2px solid #000; 
            border-radius: 50%; 
            padding: 10px; 
            
        }
.carousel-control-next-icon {

    background-color: red; 
    border: 2px solid #000; 
    border-radius: 50%; 
    padding: 10px; 
}

.carousel-item img {
    max-width: 400px;
    max-height: auto; 
}

.books
{
    background-color: aliceblue;
}
.lft-brdr
{
    margin-left: 12%;
    margin-right: 12%;
}
.navbar-brand.center {
    position: absolute;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-variant: small-caps;
    font-size: xxx-large;
    left: 50%;
    transform: translateX(-50%);
}

.transparent-box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 5px;
    color: black;
}

.top-right {
    top: 30%;
    right: 20px;
}

.bottom-left {
    bottom: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    left: 20px;
}