* {
    margin: 0;
    box-sizing: border-box;
}

.container {
    display: flex;
    flex-direction: row;
    height: auto;
}

.profile-name .b {
    background-color: rgba(0, 0, 0, 0.805);
    color: white;
}

.item a {
    color: black;
    text-decoration: none;
}

/* CSS for mobile  */
@media (max-width:600px) {

    .video-profile {
        width: 30%;
        padding-top: 40px;
        height: auto;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 130px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 75px;
        width: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 4vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 2vw;
    }

    .menu {
        /* background-color: rgb(93, 56, 56); */
        width: 100%;
        height: 85%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        /* background-color: rgb(93, 56, 56); */
        width: 100%;
        height: 70%;
        /* background-color: orange; */
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        height: 35px;
        font-size: 3vw;
        font-family: 'Roboto', sans-serif;
        /* background-color: white; */
    }

    .menu ul .blog {
        padding-left: 25px;
    }

    .current {
        background-color: lightgray
    }

    .item:hover {
        background-color: lightgray;
        cursor: pointer;
        color: blue;

    }

    .logo-place {
        height: auto;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .item .logo {
        visibility: hidden;
    }

    .item i {
        display: none;
    }


    /* CSS for nav and search */

    .book-part {
        width: 70%;
        height: auto;
    }

    .books {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    nav {
        margin-top: 10px;
        height: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        background: gray;

    }

    nav input {
        border-radius: 35px;
        height: 25px;
        padding: 0px 10px;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.492);
    }

    /* CSS for books */
    .books {
        width: 100%;
        overflow-x: scroll;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        overflow-x: scroll;
    }

    .cprogram {
        width: 90%;
        height: 100px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;
    }

    .cprogram .image {
        width: 35%;
        height: 100%;
        background: url(c.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* cyber */
    .cyber {
        width: 90%;
        height: 100px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .cyber .image {
        width: 35%;
        height: 100%;
        background: url(cyber\ security.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* CSS for DSA */
    .dsa {
        width: 90%;
        height: 100px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .dsa .image {
        width: 35%;
        height: 100%;
        background: url(DSA.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* Networks */
    .network {
        width: 90%;
        height: 100px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .network .image {
        width: 35%;
        height: 100%;
        background: url(networking.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* economics */
    .economics {
        width: 90%;
        height: 100px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .economics .image {
        width: 35%;
        height: 100%;
        background: url(Economic.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* Account */
    .account {
        width: 90%;
        height: 100px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .account .image {
        width: 35%;
        height: 100%;
        background: url(account.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .book-writer {
        padding: 5px 5px;
        width: 65%;
        height: 100%;
    }

    .name {
        width: 100%;
        display: flex;

    }

    .book-name {
        width: 90%;
        font-family: 'Roboto', sans-serif;
        font-size: 3vw;
        font-weight: bold;
    }

    .icon {
        width: 10%;
    }

    .author {
        margin: 5px 0px;
        font-size: 2.5vw;
    }

    .audience {
        margin: 5px 0px;
        font-size: 2.5vw;
    }
}

/* Media quary for tablet */
@media (min-width:600px) and (max-width:800px) {


    .video-profile {
        width: 30%;
        height: 100vh;
        padding-top: 40px;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 35%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 90px;
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 3vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
    }

    .menu {
        width: 100%;
        height: 100%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 2vw;
        font-family: 'Roboto', sans-serif;
    }

    .current span {
        background-color: white;
    }

    .current {
        background-color: white;
    }

    .logo-place {
        height: 10%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
        padding: 0px 20px;
    }


    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;
        border-bottom: 2px solid lightgray;

    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }


    /* CSS for nav and search */

    .book-part {
        width: 70%;
        height: auto;
    }

    .books {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    nav {
        margin-top: 10px;
        height: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 2px solid white;
        background: gray;

    }

    nav input {
        border-radius: 35px;
        height: 25px;
        padding: 0px 10px;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.492);
    }

    /* CSS for books */
    .books {
        width: 100%;
        overflow-x: scroll;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        overflow-x: scroll;
    }

    .cprogram {
        width: 90%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;
    }

    .cprogram .image {
        width: 35%;
        height: 100%;
        background: url(c.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* cyber */
    .cyber {
        width: 90%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .cyber .image {
        width: 35%;
        height: 100%;
        background: url(cyber\ security.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* CSS for DSA */
    .dsa {
        width: 90%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .dsa .image {
        width: 35%;
        height: 100%;
        background: url(DSA.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* Networks */
    .network {
        width: 90%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .network .image {
        width: 35%;
        height: 100%;
        background: url(networking.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* economics */
    .economics {
        width: 90%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .economics .image {
        width: 35%;
        height: 100%;
        background: url(Economic.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* Account */
    .account {
        width: 90%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 20px;

    }

    .account .image {
        width: 35%;
        height: 100%;
        background: url(account.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .book-writer {
        padding: 5px 5px;
        width: 65%;
        height: 100%;
    }

    .name {
        width: 100%;
        display: flex;

    }

    .book-name {
        width: 90%;
        font-family: 'Roboto', sans-serif;
        font-size: 2.5vw;
        font-weight: bold;

    }

    .icon {
        width: 10%;
    }

    .author {
        margin: 10px 0px;
        font-size: 2vw;
    }

    .audience {
        margin: 5px 0px;
        font-size: 2.5vw;
    }
}



/* media for laptop */
@media (min-width:800px) and (max-width:1200px) {

    .video-profile {
        width: 30%;
        height: auto;
        padding-top: 40px;
        border-right: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 130px;
        width: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 3vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
        margin-top: 10px;
    }

    .menu {
        width: 100%;
        height: auto;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 1.5vw;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        color: blue;
    }

    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }


    /* CSS for nav and search */

    .book-part {
        width: 70%;
        height: auto;
    }

    .books {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    nav {
        margin-top: 10px;
        height: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 2px solid white;
        background: gray;

    }

    nav input {
        border-radius: 35px;
        height: 26px;
        padding: 0px 10px;
        width: 100%;
        font-size: 15px;
        border: 1px solid rgba(0, 0, 0, 0.492);
    }

    /* CSS for books */
    .books {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding-top: 10px;
        flex-wrap: wrap;
    }

    .cprogram {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
    }

    .cprogram .image {
        width: 35%;
        height: 100%;
        background: url(c.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;


    }

    /* cyber */
    .cyber {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
        margin-left: 30px;

    }

    .cyber .image {
        width: 35%;
        height: 100%;
        background: url(cyber\ security.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* CSS for DSA */
    .dsa {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .dsa .image {
        width: 35%;
        height: 100%;
        background: url(DSA.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* Networks */
    .network {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
        margin-left: 30px;

    }

    .network .image {
        width: 35%;
        height: 100%;
        background: url(networking.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* economics */
    .economics {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .economics .image {
        width: 35%;
        height: 100%;
        background: url(Economic.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* Account */
    .account {
        margin-left: 30px;
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .account .image {
        width: 35%;
        height: 100%;
        background: url(account.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .book-writer {
        padding: 5px 5px;
        width: 65%;
        height: 100%;
    }

    .name {
        width: 100%;
        display: flex;

    }

    .book-name {
        width: 90%;
        font-family: 'Roboto', sans-serif;
        font-size: 2vw;
        font-weight: bold;

    }

    .icon {
        width: 10%;
    }

    .author {
        margin: 10px 0px;
        font-size: 1.5vw;
    }

    .audience {
        margin: 5px 0px;
        font-size: 1.5vw;
    }
}



/*  */
@media (min-width:1200px) and (max-width:1800px) {


    .video-profile {
        width: 25%;
        height: auto;
        padding-top: 40px;
        border-right: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 29%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: white; */
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 28px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 15px;
        margin-top: 10px;
    }

    .menu {
        width: 100%;
        height: auto;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        color: blue;
    }

    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        box-shadow: 0px 0px 1px gray;
        height: 73px;
        border-radius: 6px;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    .item a {
        font-size: 15px;
    }

    /* CSS for nav and search */

    .book-part {
        height: auto;
    }

    .books {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    nav {
        margin-top: 20px;
        margin-bottom: 40px;
        height: 33px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        padding-right: 78px;

    }

    nav input {
        height: 100%;
        padding: 0px 10px;
        width: 20%;
        font-size: 15px;
        border: 1px solid rgba(0, 0, 0, 0.492);
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        font-family: 'Roboto', sans-serif;
    }

    nav button {
        height: 100%;
        width: 80px;
        font-size: 18px;
        border: none;
        background-color: green;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        font-family: 'Roboto', sans-serif;
    }

    nav button:hover {
        cursor: pointer;
    }



    /* CSS for books */
    .books {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding-top: 10px;
        flex-wrap: wrap;
    }

    .cprogram {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
    }

    .cprogram .image {
        width: 35%;
        height: 100%;
        background: url(c.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* cyber */
    .cyber {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
        margin-left: 30px;

    }

    .cyber .image {
        width: 35%;
        height: 100%;
        background: url(cyber\ security.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* CSS for DSA */
    .dsa {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .dsa .image {
        width: 35%;
        height: 100%;
        background: url(DSA.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* Networks */
    .network {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
        margin-left: 30px;

    }

    .network .image {
        width: 35%;
        height: 100%;
        background: url(networking.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* economics */
    .economics {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .economics .image {
        width: 35%;
        height: 100%;
        background: url(Economic.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* Account */
    .account {
        margin-left: 30px;
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .account .image {
        width: 35%;
        height: 100%;
        background: url(account.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .book-writer {
        padding: 5px 5px;
        width: 65%;
        height: 100%;
    }

    .name {
        width: 100%;
        display: flex;

    }

    .book-name {
        width: 90%;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
    }

    .icon {
        width: 10%;
    }

    .author {
        margin: 25px 0px 10px 0;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;

    }

    .audience {
        margin: 5px 0px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;

    }

    .download {
        font-family: 'Roboto', sans-serif;
        color: blue;
        font-size: 14px;
        margin-top: 25px;
        margin-right: 20px;
    }
    .download:hover {
       cursor: pointer;
    }
    .footer{
        height: 50px;
        width: 100%;
        margin-top: 110px;
        display: flex;
        justify-content: right;
        align-items: center;
        padding-right: 78px;
    }
    .footer button{
        height: 35px;
        width: auto;
        padding: 5px 5px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        border: none;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background-color: green;
        color: white;
    }
    .footer button span{
        margin-left: 5px;
    }
}



/*  */
@media (min-width:1800px) {

    .container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .video-profile {
        width: 250px;
        height: auto;
        padding-top: 40px;
        /* border-right: 2px solid lightgray; */
        border-left: 2px solid gray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 28%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 130px;
        width: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 25px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 15px;
    }

    .menu {
        width: 100%;
        height: auto;
        /* border-left: 2px solid lightgray; */
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        color: blue;
    }

    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 100px;
        width: 230px;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    .item a {
        font-size: 15px;
    }

    /* CSS for nav and search */

    .book-part {
        width: 800px;
        height: auto;
        border-right: 2px solid gray;
    }

    .books {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    nav {
        margin-top: 10px;
        height: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 2px solid white;
        background: black;

    }

    nav input {
        border-radius: 35px;
        height: 26px;
        padding: 0px 10px;
        width: 100%;
        font-size: 15px;
        border: 1px solid rgba(0, 0, 0, 0.492);
    }

    /* CSS for books */
    .books {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding-top: 10px;
        flex-wrap: wrap;
    }

    .cprogram {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
    }

    .cprogram .image {
        width: 35%;
        height: 100%;
        background: url(c.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* cyber */
    .cyber {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
        margin-left: 30px;

    }

    .cyber .image {
        width: 35%;
        height: 100%;
        background: url(cyber\ security.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* CSS for DSA */
    .dsa {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .dsa .image {
        width: 35%;
        height: 100%;
        background: url(DSA.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* Networks */
    .network {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;
        margin-left: 30px;

    }

    .network .image {
        width: 35%;
        height: 100%;
        background: url(networking.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* economics */
    .economics {
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .economics .image {
        width: 35%;
        height: 100%;
        background: url(Economic.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    /* Account */
    .account {
        margin-left: 30px;
        width: 40%;
        height: 150px;
        /* border: 1px solid black; */
        box-shadow: 0px 2px 2px gray;
        display: flex;
        margin-bottom: 30px;

    }

    .account .image {
        width: 35%;
        height: 100%;
        background: url(account.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .book-writer {
        padding: 5px 5px;
        width: 65%;
        height: 100%;
    }

    .name {
        width: 100%;
        display: flex;

    }

    .book-name {
        width: 90%;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: bold;

    }

    .icon {
        width: 10%;
    }

    .author {
        margin: 10px 0px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;

    }

    .audience {
        margin: 5px 0px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;

    }
    .footer{
        height: 50px;
        width: 100%;
        margin-top: 110px;
        display: flex;
        justify-content: right;
        align-items: center;
        padding-right: 78px;
    }
    .footer button{
        height: 35px;
        width: auto;
        padding: 5px 5px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        border: none;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background-color: green;
        color: white;
    }
    .footer button span{
        margin-left: 5px;
    }
}



/*  */