html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 80px;
}

.nav-button {
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-button:hover {
    color: #e11d48 !important;
}