* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #fff;
}

body {
    background: #B9D19F;
    font-family: 'Outfit', sans-serif;
    color: rgb(0, 0, 0);
}
