#theBody {
    width: 100%;
    position: relative;
}

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

a {
    text-decoration: none;
    cursor: pointer;
}

button {cursor: pointer;}

.d_none {display: none;}