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

html {
    /* scroll-behavior: smooth; */
}

.wrapper {
    height: auto;
}