body {
  font-family: 'Cabin';
}

header {
  background-image: url('../img/bg-hero.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  background-position: center;
  padding-bottom: 10rem;
}

.navbar {
  background-color: #290d48; 
  color: #fff
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .btn {
  min-width: 200px;
} */

.footer {
  background-color: #22c2c8;
  color: #fff
}

/*

.form {
  width: 850px;
}



.carousel-indicators {
  top: 50px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

*/


