.newsreader-uniquifier {
  font-family: "Newsreader", serif;
  font-size: auto;
  font-weight: 200;
  font-style: normal;
}
.unifrakturcook-bold {
  font-family: "UnifrakturCook", cursive;
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: rgb(245, 245, 245);
}
#columns {
  column-count: 3;
  column-gap: 40px;
  column-width: 250px;
  text-align: justify;
  background-color: rgb(255, 255, 255);
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: top;
  width: 100%;
  padding-bottom: 250px;
  background: url("professor-pictures.jpg"), url("family.jpg"),
    url("professor-outside.png");
  background-size: cover, 40%;
  background-position: center, right;
  background-blend-mode: hue;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
img {
  width: 250px;
  transition: border 0.3s ease-in-out;
}
sidebar {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 200px;
  background-color: rgba(70, 33, 33, 0.2);
  padding: 15px;
  transition: opacity 0.5s ease-in-out;
}
.sidebar:hover {
  opacity: 1;
}
h1 {
  background-color: rgb(254, 247, 247);
  text-align: center;
  font-size: 40pt;
  padding: 0;
  margin: 0;
}
h2 {
  background-color: rgb(255, 252, 252);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.sidebar:hover {
  opacity: 1;
}
h1:hover {
  transition: ease-in;
  color: rgb(204, 138, 204);
}
h2:hover {
  transition: ease-in;
  color: rgb(204, 138, 204);
}
p:first-letter {
  font-size: 32px;
}
img1,
img2,
img3,
img4 {
  float: right;
  width: 200px;
}
.img1 img:hover {
  border: 4px solid rgb(255, 189, 189);
}

.img2 img:hover {
  border: 4px dotted rgb(51, 199, 123);
}

.img3 img:hover {
  border: 4px solid rgb(255, 196, 0);
}
.img4 img:hover {
  border: 4px dotted rgb(255, 121, 58);
}
h3:hover {
  color: rgb(125, 218, 255);
  transition: ease-in-out;
}
p {
  font-family: "newsreader";
}
.footer {
  font-family: "UnifrakturCook";
  text-align: center;
  font-size: 15pt;
}
