body {
  background: linear-gradient(rgba(47, 23, 15, 0.45), rgba(47, 23, 15, 0.45)), url("../../assets/img/nwe2023.4.png") top / auto no-repeat;
}

h1.alm {
  margin-top: 60px;
  margin-bottom: 5px;
  font-size: 54px;
  text-shadow: 3px 2px 0px var(--bs-emphasis-color);
  color: rgb(208, 221, 157);
  font-weight: 200;
}

h2.alm {
  font-size: 34px;
  text-shadow: 3px 2px 0px var(--bs-emphasis-color);
  color: rgb(208, 221, 157);
  font-weight: 300;
}

h3.alm {
  font-size: 24px;
  text-shadow: 2px 2px 0px var(--bs-emphasis-color);
  color: #b1e716;
  font-weight: 500;
}

p.alm {
  /*color: var(--bs-body-bg);*/
  font-size: 20px;
  /*background: rgba(12,31,3,0.28);*/
  color: rgb(247,252,185);
  text-shadow: 2px 1px var(--bs-emphasis-color);
  text-indent: 15px;
  padding-right: .5rem !important;
  padding-left: .5rem !important;
  font-family: 'Raleway';
}

alm01 {
  background: rgba(47,23,14,0.1);
}

ul {
  color: #d0dd9d;
  font-size: 15px;
  font-family: 'Lora';
  font-weight: bold;
  text-shadow: 10px 10px 20px var(--bs-emphasis-color);
  margin-top: 10px;
  text-align: center;
}

hr {
  color: #000000;
  height: 5px;
  border: none;
  background-color: #e76e16;
}

