* {
    margin: 0%;
    padding: 0%;
    font-family: 'Merriweather', serif;
}
.body {
    background-color: #f9f7f4;
}
/* upper green line with text */
.banner {
    background-color: #419971;
    padding: 5px;
    max-height: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-image {
    max-height: 22px;
    margin: 1%;
}
.banner-text {
    font-family: 'Merriweather', serif;
    font-size: medium;
    font-weight: 600;
}
.description-text-banner {
    margin: 1%;
    font-family: 'Lato', sans-serif;
    font-size: small;
}
.banner-arrow {
    max-width: 20px;
}
/* navbar */
nav {
    border-bottom: solid rgb(226, 224, 224) 0.5px;
}
.navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-height: 70px;
    margin-right: 40px;
    margin-left: 30px;
}
.links-nav a {
    margin-right: 10px;
    margin-left: 10px;
}
.logo {
    max-width: 140px;
}
.down-arrow {
    max-width: 15px;
}

.search-bar {
    background-color: #fff;
    border: solid rgb(226, 224, 224) 0.5px;
    border-radius: 3px;
    padding: 2px;
    width: 397.55px;
    height: 27px;
}
.search-bar input {
    border: none;
    outline: none;
    font-family: 'Lato', sans-serif;
    padding: 2px;
    color: grey;
    width: 360px;
    height: 22px;
}
.search-icon {
    max-width: 17px;
    margin-top: 3px;
}
.icons-nav-main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.icon-nav {
    max-width: 30px;
    margin: 5px;
    padding: 4px;
    border-radius: 30px;
}
.profile-icon-nav {
    margin: 10px;
    border-radius: 30px;
    max-width: 30px;
}
nav a {
    text-decoration: none;
    font-style: normal;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
/* main page and its contents */
.hero-section {
    display: flex;
}
/* currently reading section */
.personal-stats {
    /* margin-right: 60px; */
    margin-left: 63px;
    max-width: 26vw;
}
.personal-stats h1 {
    font-family: 'Lato', sans-serif;
    font-size: small;
    color: #333333;
    font-weight: 600;
    margin: 3px;
    margin-bottom: 15px;
}

.book-image img {
    max-width: 90px;
}
.progress-bar img {
    max-width: 80px;
}
.progress-bar span {
    font-family: 'Lato', sans-serif;
    font-size: small;
    font-weight: 400;
    margin-left: 4px;
}
.dets {
    max-width: 190px;
    padding: 2px;
    margin-left: 5px;
}
.dets h2 {
    font-size: small;
}
.book {
    margin-bottom: 15px;
    display: flex;
}
#update {
    background-color: #f9f7f4;
    border: 1px solid #392312;
    color: #392312;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 2px;
}
.personal-stats a {
    text-decoration: none;
    font-style: normal;
    color: #419971;
    font-family: 'Lato', sans-serif;
    font-size: small;
    font-weight: 500;
}
.divider {
    border-bottom: solid rgb(226, 224, 224) 0.5px;
    margin-top: 7px;
    margin-bottom: 7px;
    max-width: 289px;
}

.bookshelf h2 {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: small;
    padding-bottom: 1vw;
    padding-top: 1vw;
}
.bookshelf-tags {
    display: flex;
}

.bookshelf span {
    color: #419971;
    font-family: 'Lato', sans-serif;
    font-size: medium;
    font-weight: 400;
    padding-right: 1vw;
    display: block;
}
.tagsnum {
    color: #419971;
    font-family: 'Lato', sans-serif;
    font-size: medium;
    font-weight: 400;
}
.tagsnum span {
    font-size: small;
}
.tags {
    color: #419971;
    font-family: 'Lato', sans-serif;
    font-size: large;
    font-weight: 400;
}
.tags a {
    display: block;
}
.want-to-read-images img {
    max-width: 96px;
}
.want-to-read-images {
    margin-top: 1vw;
    margin-bottom: 1vw;
}
/* feed section */
.feed {
    margin-top: 10px;
    max-width: 520px;
}
.feed a {
    color: #419971;
}
.card-banner img {
    max-width: 517px;
}
.card-banner {
    max-width: 523px;
    background-color: #fff;
    border: solid rgb(226, 224, 224) 0.5px;
    border-radius: 3px;
}
.card-text-section {
    padding: 5px;
    margin: 5px;
}
.card-text-section h2 {
    font-weight: 300;
    font-size: large;
}
.card-banner p {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: grey;
    font-weight: 400;
    margin: 3px;
}
.updates-head {
    color: #392312;
    font-family: 'Lato', sans-serif;
    max-width: 500px;
    margin: 5px;
    padding: 5px;
    height: 19px;
}
.updates-head h1 {
    font-family: 'Lato', sans-serif;
    font-size: small;
    font-weight: 600;
}
.heading-update-head {
    float: left;
}
.customize {
    float: right;
}

.customize img {
    max-width: 15px;
    margin-right: 5px;
}
.customize button {
    background-color: #f9f7f4;
    border: none;
    color: grey;
    font-family: 'Lato', sans-serif;
}
.card {
    background-color: #fff;
    border-radius: 2px;
    border: solid rgb(226, 224, 224) 0.5px;
    margin-bottom: 15px;
}
.card-main-body {
    display: flex;
    margin-left: 3vw;
}
.profile-update-img {
    max-width: 40px;
    border-radius: 30px;
    margin-top: 10px;
    margin-left: -1vw;
}
.card-profile-info {
    background-color: #fff;
    border-radius: 2px;
}

.right-card-profile-info {
    display: flex;
}
.profile-card-nameandspan {
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
}
.right-card-profile-info span {
    margin-left: 7px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.card-profile-info h3 {
    font-family: 'Lato', sans-serif;
    font-size: small;
    font-weight: 600;
}
.date-update {
    float: right;
    margin-top: -30px;
    margin-right: 1vw;
    font-family: 'Lato', sans-serif;
    font-size: 5px;
    font-weight: 400;
    color: grey;
}
.card-profile-info span {
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: small;
}
.updates-book-img {
    max-width: 110px;
    margin-right: 10px;
}
.want-to-read-button {
    background-color: #409d69;
    border: 2vw #409d69;
    border-radius: 5%;
    padding: 1%;
    width: 11vw;
    margin-right: 7px;
}
.want-to-read-button img {
    max-width: 1vw;
    border-color: black;
    margin-top: 2%;
}
.want-to-read-button button {
    background-color: #419971;
    color: #fff;
    border: none;
    padding-right: 20%;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin: 3%;
}
.details-update h1 {
    font-size: large;
}
.details-update h3 {
    font-weight: 400;
    font-size: small;
    margin-top: 1%;
}
.card-info-a {
    display: flex;
    color: grey;
    font-size: smaller;
}
.rating-details img {
    max-width: 4vw;
}
.rating-details {
    margin-top: 3%;
    margin-left: 1%;
}
.rating-details span {
    font-family: 'Lato', sans-serif;
    font-size: smaller;
}
.details-update p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0b0b0b;
    line-height: 1.4;
}
.creading {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #2b6c4f;
}
.react-card-info a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin: 5px;
    font-weight: 500;
}
.react-card-info {
    margin-left: 2vw;
    margin-top: 1vw;
}
.divider-card {
    border-bottom: solid rgb(226, 224, 224) 0.5px;
}
.cmnt-div {
    display: flex;
    padding: 8px;
    background-color: rgba(216, 216, 216, 0.3);
}
.profile-img img {
    border-radius: 5vw;
    height: 30px;
}
.cmnt-div textarea {
    width: 97%;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgba(82, 80, 80, 0.128);
    margin-left: 1vw;
    margin-top: 3px;
    font-family: 'Lato', sans-serif;
    padding: 3px;
    font-weight: 400;
    font-size: smaller;
}
.recs {
    padding: 1vw;
    margin-top: 8px;
    margin-left: 1vw;
    width: 500px;
}
.recs-content,
.recs-content img {
    max-width: 283px;
}
.connect h1,
.want-read h2,
.company h1,
.work-with-us h1,
.recs-head h1,
.goodreads-awards-head h1,
.recs-recomendation-section h1 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #474646;
}
.recs-head p {
    font-size: small;
    margin-top: 1vw;
    color: #2b6c4f;
    font-weight: 700;
    margin-bottom: 1vw;
}
.recs span {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: grey;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.abc {
    font-family: 'Lato', sans-serif;
    color: #474646;
    font-weight: 500;
    font-size: small;
}
.abc a {
    text-decoration: none;
    color: black;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.space-between {
    margin: 2vw;
}
.card-img-recs img {
    max-width: 100px;
}
.card-recs {
    display: flex;
    margin: 1vw;
}
.card-recs h2 {
    font-size: small;
}
.card-text-recs {
    margin-left: 1vw;
    margin-top: 1vw;
}
.rating-recs-card img {
    width: 60px;
    height: 15px;
    margin-top: 5px;
}
.rating-recs-card {
    display: flex;
}
.recs-text {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #333333;
}
.link-viewall {
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.goodreads-content-card {
    background-color: #333d30;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.choice-awards-card {
    background-color: #333d30;
}
.goodreads-content-card h1 {
    font-size: medium;
    text-align: start;
    margin-left: 2vw;
    margin-right: 3vw;
    margin-top: 1vw;
}
.goodreads-content-card button {
    background-color: #ffd767;
    border: none;
    color: black;
    border-radius: 3px;
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 6%;
}
.goodreads-content-card-span span {
    color: white;
    text-align: start;
    margin-left: 2vw;
    margin-right: 3vw;
}
.goodreads-content-card-span {
    padding-top: 1vw;
    padding-bottom: 3vw;
}
.for-more {
    display: flex;
}
.company ul,
.work-with-us ul {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.company ul li,
.work-with-us ul li {
    line-height: 1.9;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: small;
}
.connect img {
    margin-top: 1vw;
    margin-right: 2%;
}
.licenses p {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-family: 'Lato', sans-serif;
    font-size: small;
}
.licenses span {
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.licenses img {
    width: 130px;
}
