* {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background: #343434;
}

a,
.button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000;
}