* {
    margin: 0;
    padding: 0;
    border: none;
    user-select: none;
    outline: none;
}

html, head, body {
    width: 100%;
    height: 100%;
    background-color: rgba(234, 235, 234, 0.9);
    touch-action: none;
    scrollbar-width: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

