html{
    scroll-behavior: smooth;
}

body{
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-logo img{
    max-height: 60px;
    width: auto;
}

#navbar{
    backdrop-filter: blur(10px);
}

#mobileMenu a{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

section{
    scroll-margin-top: 100px;
}