body {
  background-color: black;
  color: white;
  font-family: montserrat, Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 80px;
}

hr {
  width: 100%;
}

a {
  color: white;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.1s ease;
}

a:hover {
  transform: scale(1.05);
  background-color: rgba(77, 77, 77, 0.438);
  padding: 3px;
  transition: 0.1s ease;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  padding: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;

  background-color: rgba(0, 0, 0, 0.459);
  backdrop-filter: blur(10px);

  z-index: 99;
}

header #rightalign {
  margin-left: auto;
  padding-right: 15px;
}

header img {
  height: 70px;
  width: 70px;
  margin-right: 10px;
}

.textonimage {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-justify: inter-word;
}

.leftimage {
  text-align: left;
}
.leftimage img {
  float: left;
  margin: 15px;
  max-width: 100%;
  height: auto;
}

.rightimage {
  text-align: right;
}
.rightimage img {
  float: right;
  margin: 15px;
  max-width: 100%;
  height: auto;
}

footer {
  width: 100%;
  height: min-content;
  padding: 15px;
  box-sizing: border-box;
}

footer #contextbox {
  display: flex;
  flex-flow: row wrap;
  margin: 5px;
  gap: 20px;
  border-radius: 3px;
  height: 200px;
}

footer #contextbox div {
  display: flex;
  flex-flow: column nowrap;
  padding: 15px;
}
