/*---------- UPDATES.html ----------*/
.page-header {
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
  background-image: url("../img/site/abstract.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.message {
  padding: 1rem 2rem 2rem 2rem;
  margin: 2rem 0;
  background-color: var(--grey-400);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: var(--border-radius);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
}

.item {
  font-family: var(--body-font-family);
  font-weight: bold;
  color: var(--primary);
  margin-right: 1rem;
  line-height: 2.5rem;
}