html,
body {
  width: 100%;
  height: 100%;
  background-color: black;
}

a,
a:visited {
  color: white;
}

a:hover {
  color: gray;
}

#main {
  width: 100%;
  height: 100%;
}

#img-div {
  text-align: center;
}

#title {
  font-size: 4em;
  font-weight: bold;
  color: white;
  text-align: center;
}

#tribute-info {
  color: white;
}

.row {
  display: flex;
}

.column-right {
  flex: 100%;
}

hr {
  text-align: left;
}
