* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    user-select: none;
    -webkit-user-drag: none;
    transition: 0.1s ease-in-out;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}