.container {
  height: 100vh;
  width: 100vw;
  background-color: grey;
  display: flex;
  align-items: center;
  justify-content: center;
}

.child {
  color: red;
}
