@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body * {
  font-family: "Poppins", sans-serif;
}

.top-section h1 {
    margin-top:1rem;
    margin-bottom:0.5rem;
    font-weight:bold;
}
.top-section p {
    margin-bottom:1.5rem;
}
.menu-bar {
    background-color:#191919;
}
.footer-bottom {
    background-color:#191919;
}
.footer-bottom a {
    color:white !important;
}
.menu-bar .menu .submenu {
    background-color:#464646 !important;
}
.menu-bar .menu a {
    color:white !important;
}
.page-content a {
    color:#1779ba;
}
.page-content {
   border-radius: 8px;
}