.card {
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  text-align: center;
  position: relative;
  padding: 30px 40px;
  height: calc(100vh - 300px);
}
