﻿body, header, main, footer,
div, section, article, aside, address, dialog,
ul, li, fieldset, input, select, textarea,
h1, h2, h3, h4, h5, h6, p, a, nav,
img, label, legend, button,
table, thead, tbody, tr, th, td,
form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

input, 
select, 
textarea {
    outline: none;
    resize: none;
}

input[type="number"] {
    appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

button {
    border: none;
}