.homeNav {
     font-size: 16px;
     letter-spacing: 1px;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     line-height: 20px;
     color: rgb(35, 35, 35);
}
.homeNavLink {
     color: #222;
}
.homeNavItem {
     color: black;
}
.navbar {
     min-height: 75px;
}

#homeSection {
     position: fixed;
     width: 100%;
     z-index: 1000;
}
