* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #45464da3;
}

Nav {
    background-color: #071571;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
}

ul {
    display: flex;
    list-style: none;
}

#NavSearch {
    height: 50px;
    transition: transform 0.3s ease;
}
#NavSearch:hover {
    transform: scale(1.5); 
}
.NavIcons {
    height: 50px;
    transition: transform 0.3s ease;
}

.NavIcons:hover {
    transform: scale(1.5); 
}

#NavLogo {
    margin-bottom: 20px;
    margin-top: 20px;
}
#NavIconsLeft {
    margin-right: 200px;
}

#NavIconsRight {
    gap: 50px;
    margin-left: 150px;
}

#BookDiv {
    display: grid;
    grid-template-rows: repeat(2,1fr);
    place-items: center;
}

.BookImgs {
    display: flex;
    gap: 150px;
    margin:50;
}

.BookPic {
    height: 400px;
    margin-top: 100px;
    border: 7px solid #cac401d8;
    transition: transform 0.3s ease;
}

.BookPic:hover {
    transform: scale(1.2); 
}

footer {
    background-color: rgb(91, 89, 89);
    margin-top: 100px;
    display:grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
}

.FootLinks {
   display:inline-block;
   font-size: 20px;
}
.SocialMedia{
    height:20px;
    padding: 10px;
    margin-top: 20px;
    display:flex;
    height:50px;
}
.pay{
    height:20px;
    padding:10px;
    margin:10px;
    display:inline-block;
    margin-bottom: 300px;
}
.Serve{
    height:20px;
    padding:10px;
    margin:10px;
    display:inline-block;
    margin-bottom:300px;
}
.Cards{
    height: 130px;
    width: 200px;
}

.ServInfo{
    padding-top:50px;
}


