* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400;
}

html {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body {
  max-width: 2000px;
  position: relative;
  margin: 0 auto;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  all: unset;
  cursor: pointer;
}
