* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins" !important;

    background: #f5f5f5;
    color: #171717;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}