li.news { 
    font-weight: bold; 
}

.make-me-sticky {
    position: -webkit-sticky;
      position: sticky;
      top: 0;
    padding: 0 15px;
}


.profile {
  max-width: 10rem;
  border-radius: 50%;
}

@media (min-width: 990px){
  div.paper-block {
    height: 14rem;
  }
}
/* @container (inline-size > 960px) {
  div.paper-block {
    height: 14rem;
  }
} */

a {
  font-family: Arial;
  font-size: large;
  color: black;
}
p {
  font-family: Arial;
  font-size: large;
}
ul {
  font-family: Arial;
  font-size: large;
}

h5 {
  font-family: Arial;
  font-weight: bold;
}


div.myplain-text {
  font-family: Arial;
  font-size: medium;
}

.me {
  text-decoration: underline;
}

h2 {
  margin: 3px 0px; 
  border-bottom: 1px solid black;
}

h4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h5 {
  color: black;
}