.jumbotron {
  -moz-box-shadow: 2px 4px 12px 2px #c7dcff !important;
  -webkit-box-shadow: 2px 4px 12px 2px #c7dcff !important;
  background-color: white !important;
  border-radius: 8px !important;
}

h1 {
  color: #3273a8;
}

.bg-light {
  background-color: #c7dcff !important;
}

.main-paragraph {
  font-size: 24px;
  color: #3273a8;
}

.tab {
  padding-left: 24px;
}

footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}