* {
  margin: 0;
}

body {
  background-color: #FAFAF9;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
