*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-inline-size: 375px;
  max-inline-size: 1920px;
  margin: 0 auto;
  font-family: 'FuturaBookC', sans-serif;
}

ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

button,
a,
span,
li,
h1 {
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}