body {
  background-color: #ffffff;
} 
.container{
  display: flex;
            justify-content: center;
            align-items: center;
            height: 600px;
            width: 300px;
}


 
 