:root {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  margin: auto;
  width: 900px;
}

header {
  display: flex;
  justify-content: center;
}

footer {
  display: flex;
  justify-content: center;
}


