.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 30%;
  margin: 10px 10px 10px 10px;
}

.card a{
  position: absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
}

.card h4{
  margin-top: 10px;
}

.searchbox{
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  /* border: 1px solid #5DB2FF; */
  border-radius: 5px;
  /* margin: 30px 350px 10px 300px; */
}


.searchbox h5{
  /* margin: 0 auto; */
  padding-top: 25px;
  padding-left: 2px;
  padding-right: 2px;
}

.searchbox button{
  height: auto;
  margin: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 15px;
  color: #5DB2FF;
  border: 1px solid #5DB2FF;
  padding: 8px 28px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  /* width:350px; */
}

.searchbox button:hover{
  background: #5DB2FF;
  color: #fff;
}

/* .searchbox select{
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) };
} */

select{
  height: 50px;
  margin: 10px 10px 10px 0px;
}
/*
.card p{
  display: inline-block;
  vertical-align: top;
} */


.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  cursor: pointer;
}

.container {
  padding: 2px 16px;
}
