* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    scroll-behavior: smooth;
}

main {
    display: flex;
    flex-direction: column;

}

@media (max-width: 1080px) {

    .d_none {
        display: none;
    }

}