* {
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    background-color: rgb(61, 5, 5);
    height: 60px;
    align-items: center;
}
.navbar ul {
    list-style: none;
    display: flex;
    gap: 20px;
    font-size: 24px;
}
.navbar ul li a {
    text-decoration: none;
    padding: 15px;
    color: white;
}
.navbar ul li a:hover {
    background-color: #fff;
    color: rgb(92, 12, 12);
    border: 3px solid rgb(92, 12, 12);
    box-shadow: 10px 10px 10px rgb(92, 12, 12);
    text-decoration: underline;
}
.logo {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
}
.logo img {
    width: 100px;
    height: 60px;
}
.logo p sub {
    font-weight: bold;
    font-size: 18px;
}
.logo p {
    color: white;
}
.hero img {
    width: 100%;
    height: 500px;
}
.hero h1 {
    text-align: center;
    font-size: 50px;
    color: rgb(92, 12, 12);
}
.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 10px;
    justify-content: center;
}
.books img {
    width: 250px;
    height: 300px;
    border: 3px solid rgb(92, 12, 12);
    box-shadow: 10px 10px 10px rgb(92, 12, 12);
    border-radius: 10px;
}
.books p {
    color: rgb(92, 12, 12);
    font-size: 30px;
    text-align: center;
}
.label h2 {
    font-size: 50px;
    text-align: center;
    color: rgb(92, 12, 12);}

.midarea {
    display: flexbox;
    align-items: center;
}
.readerm {
    padding-top: 50px;
    justify-self: center;
}
.readerm img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 3px solid rgb(92, 12, 12);
    box-shadow: 10px 10px 10px rgb(92, 12, 12);
}
.detailm {
    text-align: center;
    color: rgb(92, 12, 12);
}
.detailm h2 {
    font-size: 45px;
    text-shadow: 10px 10px 10px rgba(92, 12, 12, 0.775);
}
.detailm h3 {
    font-size: 40px;
}
.detailm p {
    font-size: 20px;
    font-weight: bold;
}
.detailm input {
    width: 90%;
    height: 50px;
    border: 5px solid rgb(113, 22, 22);
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
    
}
.detailm label {
    font-size: 25px;
    color: rgb(92, 12, 12);
}
.englishbook {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 10px;
    justify-content: center;
}
.engbook img {
    width: 250px;
    height: 300px;
    border: 3px solid rgb(92, 12, 12);
    box-shadow: 10px 10px 10px rgb(92, 12, 12);
    border-radius: 10px;
}
.engbook p {
    color: rgb(92, 12, 12);
    font-size: 30px;
    text-align: center;
}
.readerf{
    padding-top: 50px;
    justify-self: center;
}
.readerf img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 3px solid rgb(92, 12, 12);
    box-shadow: 10px 10px 10px rgb(92, 12, 12)
}
.footer {
    display: flex;
    justify-content: space-between;
    background-color: rgb(61, 5, 5);
    height: 60px;
    align-items: center;
    gap: 20px;
}
.endnav a {
    text-decoration: none;
    font-size: 24px;
    color: white;
    padding: 20px;
}
.endnav a:hover {
    background-color: #fff;
    color: rgb(92, 12, 12);
    border: 3px solid rgb(92, 12, 12);
    box-shadow: -10px -10px 10px rgb(92, 12, 12);
    text-decoration: underline;
}
.footer p {
    font-size: 24px;
    color: #fff;
}