html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol,
li,
dl,
dt,
dd,
caption,
th,
td,
form,
fieldset,
legend,
input,
textarea,
blockquote,
pre,
code,
abbr {
  margin:0;
  padding:0
}
body {
  font-size: 16px;
  font-family: sans-serif, system-ui;
  word-break: break-all;
  word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border:0
}
address,
caption,
em,
cite,
code{
  font-style: normal;
  font-weight: normal;
}
button {
  border: none;
  border-radius: 0;
}
input[type=text],
input[type=search],
input[type=password],
input[type=date],
input[type=url],
input[type=tel],
input[type=email],
input[type=submit],
button,
textarea {
  border: solid 1px rgb(200, 200, 200);
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}
input[type=number],
select {
  border: solid 1px rgb(200, 200, 200);
  border-radius: 0;
  outline: none;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=submit]:focus,
select:focus,
button:focus,
textarea:focus {
  border-color: #000;
  outline: none;
}
