body {
    font-family: 'Libre Franklin', sans-serif;
    /* background-color: #343a40;
    color: aliceblue; */
}
p {
    line-height: 1.5;
}
h1 {
    font-size: 6rem;
    font-weight: 900;
    padding: 18vh;
    color: white;
}

h2 {
    font-weight: 800;
    font-size: 3rem;
    padding-top: 20px;
}

.section1 {
    scroll-margin-top: 3.3em;
    background-image: url("../images/b1.jpg");
    background-position: center;
}
.section2 {
    scroll-margin-top: 3.3em;
    margin-top: 100px;
}
.section3 {
    scroll-margin-top: 3.3em;
}
.section2,.section3{
    width: 90%;
    margin: auto;
}
img.resize {
    width: 100%; 
    height: auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;    
} 
::-webkit-scrollbar {
    width: 3px;
  }
::-webkit-scrollbar-thumb {
    background-color: #343a40;
}
::-webkit-scrollbar-thumb:hover {
    background-color:blueviolet;
}

#about-text {
    font-size: 1.3rem;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 4rem;
    }
    nav {
        margin-bottom: 0;
    }
    .ficbooks {

    }
    .card1 {
        margin: auto;
        display: flex;
    }
    img.resize {
        min-width: 50%;
    }
    .text-center {
        margin: auto;
        padding-left: 10px;
    }
}

#ficpage {
    color: inherit;
}