* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: monospace;
}

a {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer !important;
}

h1 {
    font-size: 25px;
}

li {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
}

button {
    padding: 8px;
    cursor: pointer;
}