/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {*/
/*  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
/*}*/

/*html {*/
/*  position: relative;*/
/*  min-height: 100%;*/
/*}*/

body {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  /*font-size: 1rem;*/
  /*line-height: 1.5;*/
  /*color: #343a40;*/
}

[data-bs-theme="light"] body {
  background-color: #EBEDF0;
}

  /*p {*/
/*  margin-top: 0;*/
/*  margin-bottom: 1rem;*/
/*}*/

h1 {
  color: var(--bs-primary);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.line-relaxed {
  line-height: 2.0;
}