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