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

body {
    background: rgb(24, 24, 24);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: white;
}