*,
:before,
:after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  touch-action: manipulation;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Tahoma, Geneva, sans-serif;
  -webkit-text-size-adjust: 100%;
}
header, footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
article,
aside,
details,
figcaption,
figure,
menu,
nav,
section,
summary {
  display: flex;
}
details, summary {
    -webkit-appearance: none;
}
video,
audio,
canvas {
  display: inline-block;
}
span,
a {
  display: inline-block;
}
a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend,
address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
a,
button,
[type='button'],
[type='submit'] {
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}
a {
  cursor: pointer;
  text-decoration: none;
}
button {
  overflow: visible;
  letter-spacing: inherit;
}
p {
  margin: 0;
  hyphens: none;
}
b,
strong {
  font-weight: 700;
}
img,
svg,
embed,
object,
iframe,
video,
audio,
canvas {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
progress {
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  color: inherit;
  margin: 0;
}
ul,
ol,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
select,
button,
button > *,
a > * {
  display: inline-block;
  vertical-align: middle;
}
button,
label,
select,
summary,
[type='button'],
[type='submit'],
[type='reset'],
[type='checkbox'],
[type='radio'],
[type='range'] {
  user-select: none;
  cursor: pointer;
}
[type='button'],
[type='submit'],
[type='search'],
[type="radio"],
[type='range'] {
  -webkit-appearance: none;
}
::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
::-webkit-details-marker {
  display: none;
}
input,
textarea {
  width: 100%;
}
input {
  text-overflow: ellipsis;
}
textarea {
  overflow: auto;
  resize: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
:disabled {

}
::placeholder {
  opacity: 1;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
  text-align: center;
}
article p:not(:empty) {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
article img,
article embed,
article object,
article iframe,
article video {
  display: block;
  margin: auto;
}
article span,
article a {
  display: inline;
}
article ul,
article ol,
article menu {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
article ul ul,
article ol ul,
article menu ul,
article ul ol,
article ol ol,
article menu ol,
article ul menu,
article ol menu,
article menu menu {
  margin: 0;
  padding-left: 1.3em;
}
article ul > li:before,
article ol > li:before,
article menu > li:before {
  margin-right: 0.7em;
}
article ul > li p,
article ol > li p,
article menu > li p {
  display: inline;
}
article ul > li:before,
article menu > li:before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  vertical-align: 10%;
  border-radius: 50%;
  background: #000;
}
article ul > li li:before,
article menu > li li:before {
  background: transparent;
}
article ol {
  counter-reset: count;
}
article ol > li:before {
  content: counter(count) '.';
  counter-increment: count;
}
li {
  list-style: none;
}
