body {
    background: #282828;
    display: block;
    margin: 0;
}

.full-content {
    display: block;
    flex-direction: column;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none;
}

.full-centered {
    display: flex;
    height: calc(100vh - 100px);
    width: 1300px;
}

::-webkit-scrollbar {
    display: none;
}