body {
  background-color: lightblue;
  margin: 0;
}

div.centered {
  width: 100%;
  display: flex;
  justify-content: center;
}