body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;

}

.img-vlogo {
    width: 100px;
    height: 100px;
}

.header {
    background: url('hero.jpg') no-repeat center center/cover;
    color: rgb(50, 164, 168);
    text-align: center;
    padding: 50px 20px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 15px;
}
.nav-links li a {
    text-decoration: none;
    color: rgb(19, 150, 226);
}
.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: rgb(0, 128, 90);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 5px;
}
.img-fbp {
    width: 150px;
}


.logo-link {
    display: inline-block;
    margin: 10px;
}
.logo-link img {
  max-width: 150px;
    height: auto;
    display: inline-block;
}

.about-section, .books-section, .shop-section, .contact-section {
    padding: 40px 20px;
    text-align: center;
}
.footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

