* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  background: #f3f4f6;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  min-height: 100vh;
  overflow-y: hidden;
}

a {
  text-decoration: none;
}
