* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  font-weight: 400;
}

:root {
  font-size: 16px;
}

html,
body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

button,
a {
  display: inline-block;
  cursor: pointer;
  font-family: Avenir, Helvetica, Arial, sans-serif;
}

span {
  display: inline-block;
}

strong {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
