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

.d_none {
    display: none !important;
}

button,
img {
    user-select: none;
}