
html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 70px;
  /* background: #baefff;
  background: -webkit-linear-gradient(to bottom, #eeeeff, #baefff);
  background: linear-gradient(to bottom, #eeeeff, #baefff); */

  /* background: #FFAFBD;
  background: -webkit-linear-gradient(to bottom, #ffdde1, #FFAFBD);
  background: linear-gradient(to bottom, #ffdde1, #FFAFBD); */

  /* background-color: #eef2f3; */
  /* background-color: rgb(245, 245, 245); */
  background-color: rgba(237, 242, 249, 0.96);
}

.custom-card {
  background-color: rgba(255, 255, 255);
  padding: 2px;
	text-decoration: none;
	cursor: pointer;
	max-width: 25rem;
	color: black;
	border: 1px solid #ccc;
}

.custom-card:hover {
	color: black;
	border: 0px solid #ccc;
  box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 24px;
}

.custom-shadow {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
