.container{
  text-align: center; 
}

.card {
	margin: auto;
  margin-bottom: 30px;
  border-radius: 0!important;
  border-top-left-radius: 40px!important;
  border-bottom-right-radius: 40px!important;
  padding: 15px;
  box-shadow: 5px 5px 10px gray;
}