body{
    background-color:#E9D8CB;
    
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    color: #381F17;
    margin-top: 150px;
    margin-left: 250px;
    font-size: 60px;
    
}
#par{
    color: #a7715f;
    margin-left: 150px;
    font-size: 30px;
    
    margin-top: 30px;
    width: 650px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}
.content-wrapper {
    display: flex;
    align-items: center;
}

.book-image {
    margin-left: auto; 
    margin-top: -500px;
    margin-right: 90px;
}
button.create{
    margin-left: 390px;
    margin-top: 40px;
    background-color: #381F17;
    color: white;
    padding: 10px 40px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}
button.create:hover{
    background-color:#a7715f;
    color: white;
}
nav{
    background-color: #381F17;
    padding: 10px;
    margin-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
nav a{
    color: #e1b2a3;
    text-decoration: none;
    margin: 0 10px;
    padding: 14px 16px;
    font-style: normal;
    font-size: 20px;

}
nav a:hover{
    color: #fff;
text-decoration: none;
}
button.logi{
    margin-left: 380px;
    margin-top: 50px;
    background-color: #381F17;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}
button.logi:hover{
    background-color:#381F17 ;
    color: white;
}
button.sign:hover{
    background-color:#a7715f ;
    color: white;
}
button.sign{
    margin-left: 20px;
    margin-top: 50px;
    background-color: #a7715f;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}

button{
    border-radius: 100%;
    background-color: #e1b2a3;
    color: #381F17;
    padding: 20px 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin-left: 70px;
    
    margin-top: 30px;
    transition: .5s;
    margin-bottom: 100px;
}

p{
    color: #a7715f;
    font-size: 30px;
    margin-left: 100px;
    font-family: 'Poppins', sans-serif;
}
#bookstype{
    margin-left: 700px;
    margin-top: 80px;
    font-size: 30px;
    color: #e1b2a3;
    font-family: 'Poppins', sans-serif;
    

}
.type{
    margin-left: 100px;

}
.types{
    margin-top: 100px;
    background-image: url('photos/types.png');
    background-size: cover;
    height: 500px;
    padding-top: 200px;
    
    box-shadow: #333;
    margin-left: -10px;
    margin-right: -6px;
}


a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}
footer{
    background-color: #381F17;
    margin-left: -20px;
    margin-right: -6px;
    margin-bottom: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
   
    
}
#Offer{
   padding-top: 20px;
    margin-left: 160px;
    font-size: 30px;
    color: #E9D8CB;
    font-family: 'Poppins', sans-serif;
    box-shadow: #333;

}



.box{
    width: 95%;
    height:60vh;
    margin:0 auto;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    overflow: hidden;

    

}
.card{
    width:250px;
    height:350px;
    text-align: center;
    padding:5px;
    

}
img{
    margin-top: 60px;
}
.tag{
    margin:12px;
}
h4{
    color:#381F17;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}




#top{
    font-size: 40px;
    color: #381F17;
    margin-bottom: -30px;
}


table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

thead {
    background-color: #333;
    color: #fff;
}

tbody tr:hover {
    background-color: #f2f2f2;
}

tbody tr:last-child {
    border-bottom: none;
}





@media only screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
        margin-left: 20px;
    }
    #par, p {
        font-size: 18px;
        margin-left: 20px;
    }
    nav a {
        font-size: 18px;
        padding: 10px 12px;
    }
    .type button {
        padding: 5px;
        font-size: 12px;
    }
    .box {
        grid-template-columns: 1fr;
    }
    .card {
        width: 90%;
    }
}

