html {
    scroll-behavior: smooth;
}

section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
