/* ---------- RESET CSS ---------- */

body {
  font-family: "Overpass", sans-serif;
  line-height: 1.6;
  color: #fff;
  background-color: #141519;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


html {
  font-size: 16px;
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

button, input, textarea, select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

*:focus-visible {
  outline: 2px solid #fb7413;
  outline-offset: 2px;
}
