form {
   background: #FFC300;
   margin: center: 80%;
   width: 70%;
   height: 60%;
}

.card {
   background-color: #F2D677;
}

.carousel-item{
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  background-size: cover;
}