html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}
.hero h1, .hero p {
    color: white;
}
.navbar-dark .nav-link {
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-dark .nav-link:hover {
    color: orange !important;
}
