body{
  margin:0;
  background:#000;
}
.container{
  color:#fff;
  display:flex;
  width:100vw;
  height:100vh;
  justify-content:center;
  align-items:center;
}
.text-center{
  text-align:center;
}