html {
    scroll-behavior: smooth;
}
body {
    font-family:"Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
button {
    border: none;
    background-color: transparent;
}
.footer-text {
    text-align: center;
}

