@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    font-size: 62.5%;
}

a {
    text-decoration: none;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

.navbar-bg {
    padding: 2rem 0;
}

.navbar li {
    padding: 2rem;
}

#navbar-dropdown-links li {
    padding: 1rem 2rem;
}

.navbar li p {
    font-size: 1.7rem;
    font-weight: 500;
}

.navbar li a {
    font-size: 1.7rem;
    font-weight: 300;
}

.navbar li a:hover {
    color: #00923fff !important;
}

.navbar li button {
    font-size: 1.7rem;
    font-weight: 300;
}

.navbar li button:hover {
    color: #00923fff !important;
}

.home-section-divider {
    margin: auto;
    border: none;
    outline: none;
    width: 75px;
    background-color: #00923fff;
    opacity: 0.7;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.resource {
    padding: 2rem 0;
}

.feature-container {
    padding: 2rem;
}

.feature p {
    text-align: justify;
    line-height: 3rem;
    font-size: 1.4rem;
    font-weight: lighter;
}

.feature-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26rem;
    height: 22rem;
    border-radius: .75rem;
}

.chapter-name div div {
    text-align: center;
}

.header-right-side img {
    width: 90%;
    height: 70vh;
}

footer {
    line-height: 3rem;
    font-size: 1.4rem;
    font-weight: lighter;
}