* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  display: flex;

  flex-direction: column;

  align-items: center;
  background-color: #fff;

  height: 100vh;
  width: 100vw;
}