body{
  background-color:black;
  color:white;
}
.container{
  display:flex;
 justify-content:center;
  align-items:center;
  height:30rem;
 
  
}