.alvhall-header {
  background-color: #696969;
  text-shadow: #000000 2px 2px;
  text-align: center;
  border: 3px solid green;
  margin: auto;
  padding: 15px 10px 5px 10px;
}

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.image-container {
  display:flex;
  width: 100%;
  align-items:center;
}

.image-description {
  padding:10px;
}

/* enlarge image when hovering on it */
.image-container img:hover{
  transform: scale(1.3);
}