/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 2rem;
}

header {
  padding-bottom: 3rem;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

#latest-post {
  overflow-y: scroll;
  height: 20rem;

}

.container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 0.95;
}

#background-img  {
  background-image: url(../images/background.svg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
}

.border-2{
  border-style: solid;
  border-width: 2px;
  border-color: lightgray;
}